I'm using this formula
SUMIFS('Raw data'!$AG:$AG,'Raw data'!$L:$L,$A7,'Raw data'!$J:$J,B$1,'Raw data'!$I:$I,VLOOKUP($A$3,$T:$V,2,),'Raw data'!$A:$A,B$2)
-'raw data'! is the worksheet (table array) where I reference several critieria such as:
-Datatype (Actual, budget, forecast)
-Year
-Operating company (A, B, C)
-Month
All are straightforward except the month choice, which looks month in name format (June) reference a table & returns a value in that table (value is 6 for June)
How do I copy this for YTD, where i want month to be current month (06) and less (Months 01-05)? Thank you
Solved by M. E. in 25 mins