Hello,
my first post here, sofar i have always been able to find a solution reading someone elses problems. here is mine:
I have rows with client numbers and columns with months in 1 year. Some clients have payments in some months. I need to:
- find in which month starts the occurence of 3 consecutive cells with payments (so > 0)
- sum them up (only those 3)
- ignore any other occurence of 3 consecutive cells that fulfill the mentioned conditions
- if there are no occurences, mark, put a string or number into the resulting cell (like "no data")
- if the 1st payment occurs in november or december (so there is not enough months to meet the 3-cell condition), put a string "forecast", or something numerical
Let me attach an example table with dummy data and what should resulting cells contain.
Book1.xlsx
Thanks a lot for your help
Bookmarks