Hi,
I have read the threads about using sumproduct as a means to do a sumif with multiple conditions. I am still having a problem with my statement - can anybody help?!
I want to sum the values in a column (J:J) when the following conditions are met:
1)The date (in column B:B) is greater than or equal to the date in AA4
2)The date (in column B:B) is less than or equal to the date in BB4
3)The value in the column C:C is x.
The statement I am trying to use is:
=SUMPRODUCT(--(B:B>=AA4),--(B:B<=BB4),--(C:C="x"), J:J)
I receive a number error - #NUM!
Any ideas? Thanks
I have read the threads about using sumproduct as a means to do a sumif with multiple conditions. I am still having a problem with my statement - can anybody help?!
I want to sum the values in a column (J:J) when the following conditions are met:
1)The date (in column B:B) is greater than or equal to the date in AA4
2)The date (in column B:B) is less than or equal to the date in BB4
3)The value in the column C:C is x.
The statement I am trying to use is:
=SUMPRODUCT(--(B:B>=AA4),--(B:B<=BB4),--(C:C="x"), J:J)
I receive a number error - #NUM!
Any ideas? Thanks