Hi Team, I have 2 columns in the sheet
One is Month and the values are Jan, Feb, Mar,…. Dec
Another column is $ value against each of the month.
All I need is that based on current date/month, the sum value for Previous month and Current Month sums up.
All I need in a separate cell value to just sum up for Current and Previous month value.
So in Mar, it would be Jan+Feb+Mar (10+20+30=60).
I tried the AI tool that shows this formuale but it generates 0
"
=SUMIF([.Month.]:[.Month.], <=MONTH(Today@row ), [Total Planned Revenue]:[Total Planned Revenue])
"
month | Revenue |
|---|
Jan | 10 |
Feb | 20 |
Mar | 30 |
Apr | 40 |
May | 50 |
Jun | 60 |
Jul | 70 |
Aug | 80 |
Sep | 90 |
Oct | 100 |
Nov | 110 |
Dec | 120 |