Greetings to all on this forum. I am trying to develop a formula that picks rainfall cessation date from series of daily rainfall data. I have done a formula which picks the start of rainfall once a sum of 51mm has been recorded from the start of the year. However, for cessation (offset) date, it should be the last recorded sum of 51(mm) before rainfall recedes for the year. Meaning from the 31st December till date of cessation. The correct formula should pick 2nd Oct as the cessation date since that is the date the rainfall receeds below 51mm. Thanks
Cell Formulas | ||
---|---|---|
Range | Formula | |
G216:G367 | G216 | =F216-DATE(YEAR(F216),1,1)+1 |
H216:H366 | H216 | =SUM('Rainfall Data'!$D216:D$367) |
H367 | H367 | =SUM('Rainfall Data'!$D$367:D367) |