Hi, First time posting....
I am trying to create a formula to sum the columns if the month is greater than or equal to todays month.
For example:
The formula in the Sum column should only calculate the column amounts fr the row when the month is greater than or equal to today. So as today is June, the Sum for Data Line 1 should be: -1.75 and for data line 2: -13
I have the month of todays date showing in cell B1 of my spreadsheet to also use in the formula.
I've so far tried with SUMIFS, SUMPRODUCT and a couple of others but at present i'm not getting it to work.
If i use: =SUMIF(E11:P11,$B$1<=MONTH(E11:P11),E13:P13), then the formula spills but doesnt work
If i use: =SUMIF(E11:P11,$B$1<=MONTH(),E13:P13), the formula errors
Any help or suggestions welcome, i'm sure i've just overlooked something simple
I am trying to create a formula to sum the columns if the month is greater than or equal to todays month.
For example:
Row / Column | D | E | F | G | H | I | J | K | L | M | N | O | P | Q |
11 | Jan-24 | Feb-24 | Mar-24 | Apr-24 | May-24 | Jun-24 | Jul-24 | Aug-24 | Sept-24 | Oct-24 | Nov-24 | Dec-24 | Sum | |
13 | Data 1 | 5 | 5 | 5 | 5 | 5 | 0.25 | -2 | -1 | -0.5 | 3 | -2 | 1 | |
14 | Data 2 | 10 | 10 | 10 | 10 | 10 | -3 | -5 | -2 | -2 | 1 | -4 | 2 |
The formula in the Sum column should only calculate the column amounts fr the row when the month is greater than or equal to today. So as today is June, the Sum for Data Line 1 should be: -1.75 and for data line 2: -13
I have the month of todays date showing in cell B1 of my spreadsheet to also use in the formula.
I've so far tried with SUMIFS, SUMPRODUCT and a couple of others but at present i'm not getting it to work.
If i use: =SUMIF(E11:P11,$B$1<=MONTH(E11:P11),E13:P13), then the formula spills but doesnt work
If i use: =SUMIF(E11:P11,$B$1<=MONTH(),E13:P13), the formula errors
Any help or suggestions welcome, i'm sure i've just overlooked something simple