I have a rainfall table and the google sheet link is provided below. For each year, I want to count number of days, fulfilling following both two conditions:
1) Number of days where rainfall is more than or equal to 1 mm.
2) Count only those days which are not single.
In other words, I want to count those days where at least two consecutive days are more than 1 mm.
This is called consecutive wet days in hydrology and I have to find a way in Excel to calculate them.
For example, in following part of the table as attached images:
Row 38 and 40 should not be counted because they are single, but rows 42 to 46 (5 days) should be counted, as they are consecutive and more than 1.
I have pasted the table into following link
Is there any way in Excel to perform this calculation?
1) Number of days where rainfall is more than or equal to 1 mm.
2) Count only those days which are not single.
In other words, I want to count those days where at least two consecutive days are more than 1 mm.
This is called consecutive wet days in hydrology and I have to find a way in Excel to calculate them.
For example, in following part of the table as attached images:
Row 38 and 40 should not be counted because they are single, but rows 42 to 46 (5 days) should be counted, as they are consecutive and more than 1.
I have pasted the table into following link
https://docs.google.com/spreadsheets/d/1pePQbz34OqCFlTI5EwKSFIk2_H7cPNUEzFseDvK9E_w/edit?usp=sharing
I have to do it for each year separately. Separating years will be easy by putting a countif on year. But don't know how to perform consecutive days count.Is there any way in Excel to perform this calculation?