I have my data laid out like this
I need to use sumproduct to add the values in col B,D,F,H & J like below.
Please note my values to add are in col B, D, F, H & J while the criteria is in col A, C, E, G and I
The formula below does not work, any assistance will be much appreciated. if any other way to do this other than sumproduct exists, please let me know.
SUMPRODUCT(((Jan!A4:A37,Jan!C4:C37,,Jan!E4:E37,,Jan!G4:G37,Jan!I4:I37)='2006 Summary'!A5)*(Jan!B4:B37,Jan!D437,Jan!F4:F37,Jan!H4:H37,Jan!J4:J37))
Michael
Code:
A B C D......
Administrative 100 Group Meetings 200 ....
Bereavement 105 Group Meetings 5.....
Group Meetings 105 Administrative 200.....
I need to use sumproduct to add the values in col B,D,F,H & J like below.
Please note my values to add are in col B, D, F, H & J while the criteria is in col A, C, E, G and I
The formula below does not work, any assistance will be much appreciated. if any other way to do this other than sumproduct exists, please let me know.
SUMPRODUCT(((Jan!A4:A37,Jan!C4:C37,,Jan!E4:E37,,Jan!G4:G37,Jan!I4:I37)='2006 Summary'!A5)*(Jan!B4:B37,Jan!D437,Jan!F4:F37,Jan!H4:H37,Jan!J4:J37))
Michael