Hello all,
I have this formula that works to pick up the month of the current date but I also now need to incorporate dates before this to give me a YTD.
Here's my month formula:
=VLOOKUP($B7,'[Budget FY2024 - V1.xlsx] Budget'!$B$3:$N$132,MATCH(E$3,'[Budget FY2024 - V1.xlsx] Budget'!$B$3:$N$3,1),0)
B7 = the expenditure time
B3 - N132 is my data range to sum
E3 is my date
B3 - N3 is my date range.
I am quite sure this will be an easy solve for someone who hasn't been trying to do this for a few hours
Appreciate your help in advance, thank you!
I have this formula that works to pick up the month of the current date but I also now need to incorporate dates before this to give me a YTD.
Here's my month formula:
=VLOOKUP($B7,'[Budget FY2024 - V1.xlsx] Budget'!$B$3:$N$132,MATCH(E$3,'[Budget FY2024 - V1.xlsx] Budget'!$B$3:$N$3,1),0)
B7 = the expenditure time
B3 - N132 is my data range to sum
E3 is my date
B3 - N3 is my date range.
I am quite sure this will be an easy solve for someone who hasn't been trying to do this for a few hours
Appreciate your help in advance, thank you!