volsfan210000
Board Regular
- Joined
- Jul 24, 2007
- Messages
- 75
- Office Version
- 365
Hi -
Have the current SUM XLOOKUP formula
=SUM(XLOOKUP(D$6,'Spend Plan Setup '!$L$5:$BC$5,'Spend Plan Setup '!$L$10:$BC$117):XLOOKUP($C8,'Spend Plan Setup '!$L$6:$BC$6,'Spend Plan Setup '!$L$10:$BC$117))
D$6 represents the FY
$C8 represents the month
For the 1st month it is returning the correct value but when I take the formula to second month it is giving a cumulative answer not the sum of the month I'm looking for.
Have the current SUM XLOOKUP formula
=SUM(XLOOKUP(D$6,'Spend Plan Setup '!$L$5:$BC$5,'Spend Plan Setup '!$L$10:$BC$117):XLOOKUP($C8,'Spend Plan Setup '!$L$6:$BC$6,'Spend Plan Setup '!$L$10:$BC$117))
D$6 represents the FY
$C8 represents the month
For the 1st month it is returning the correct value but when I take the formula to second month it is giving a cumulative answer not the sum of the month I'm looking for.
Month | FY25 |
Oct | $64,570 |
Nov | $141,518 |
Dec | $211,345 |
Jan | $288,293 |
Feb | $358,120 |
Mar | $427,947 |
Apr | $499,999 |
May | $570,271 |
Jun | $640,543 |
Jul | $724,410 |
Aug | $810,502 |
Sep | $867,951 |
Grand Totals | $5,605,467 |