K
Keelin George
All,
I have a big spreadsheet and I would like to sum a column if it meets criteria,
=SUMPRODUCT((DATA!B:B=Profiling!C4)*(DATA!D=C12)*(DATA!K1:AX1="2012")*(DATA!K2:AX2="05B")*(DATA!A1:AX2000))
Challenges:
The first two criteria are column based
The second two are row based
The sumproduct range is quite large
I have tried many different version of the above with an index etc. but I am always getting a 0 response and I cant seem to get it to work
Any help would be greatly appreciated
Thanks so much in advance
I have a big spreadsheet and I would like to sum a column if it meets criteria,
=SUMPRODUCT((DATA!B:B=Profiling!C4)*(DATA!D=C12)*(DATA!K1:AX1="2012")*(DATA!K2:AX2="05B")*(DATA!A1:AX2000))
Challenges:
The first two criteria are column based
The second two are row based
The sumproduct range is quite large
I have tried many different version of the above with an index etc. but I am always getting a 0 response and I cant seem to get it to work
Any help would be greatly appreciated
Thanks so much in advance