Hi all
I have a table like the below and essentially every month the number of 'dates' can change from 0 to 10 back to 5 etc. I essentially want to be able to count the number of dates that appear after 'Date Breach Occurred'. Dates will always follow this title, so hopefully theres a way we can do the count using this. The answer below would be 2 as there are 2 dates after 'Date Breach Occurred'.
Column Title = Names |
Cash Management |
Cash Postings |
Date Breach Occurred |
2023-04-21 |
2023-09-12 |
Solved! Go to Solution.
Thank you so much for this! My formula was wrong, i didnt use row -1 and used the current row instead so kept getting a '1' with Date Breach Occured row as well. Thank you!