I currently have a scorecard and it has actual(to be entered per month) and plan(budgeted for the each month) for year. I am wanting to calculate a YTD sum for up to the current month only on the plan(budget) amounts.
H4:S4 are the months (July to June) - I have hidden a column H3:S3 numbering the months (1 to 12)
My Plan(budget) figures are H12:S12 and YTD is T12
Even though I have a figure in each month for Plan(budget) I only want the YTD to calculate to current month.
Eg: YTD Plan figure for the the month of August should only equal July and August figure
I currently have this formula however I want it to remove the months we aren't in yet. It is currently totaling the YTD (July to June)
=SUMIF(H3:S3,"<="&TODAY(),H12:S12)
Please help
H4:S4 are the months (July to June) - I have hidden a column H3:S3 numbering the months (1 to 12)
My Plan(budget) figures are H12:S12 and YTD is T12
Even though I have a figure in each month for Plan(budget) I only want the YTD to calculate to current month.
Eg: YTD Plan figure for the the month of August should only equal July and August figure
I currently have this formula however I want it to remove the months we aren't in yet. It is currently totaling the YTD (July to June)
=SUMIF(H3:S3,"<="&TODAY(),H12:S12)
Please help