This formula is accomplishing my objective but I don't like hard coding the column references. Can someone help me make the formula reference the columns more dynamically? I've been trying to combine various functions without any luck. MATCH(), ADDRESS(), COLUMNS(), etc..
Index match works for lookups but I'm trying to sum data
=SUM(SUMIFS(DATA!$E:$E,DATA!$A:$A,"=ALL",DATA!$C:$C,{"Jan","Feb","Mar"},DATA!$B:$B,"="&ALL_Seasonality!$A$2))
The data is in the DATA!
column E header in row 3 - 2017 Pax
column A header in row 3 - Sorter
column C header in row 3 - Month
column B header in row 3 - SBU
Any help would be greatly appreciated.
Thanks,
Tim