I should have added:
Make sure the cells have the same format before keying in values.
--
Regards,
RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------
If *you* copy your data from this thread, and paste it into a new sheet,
you'll see that the formula you're using works perfectly.
Since your using the asterisk form of Sumproduct(), that means the format of
Column G doesn't matter, as long as it looks like a number, it will
calculate.
That leaves Columns A and F ... and cells I2 and K2.
Column A and I2 must be the same!
Column F and K2 must be the same!
Manually key them in as a test, and I'll bet your formula will work.
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
Hi,
I make myself clearer:
A B C D E F G
110 3 2A 1777 3 3000 456
111 4 5A 2587 2 3156 12.65
112 5 2A 3397 1 3312 -430.7
Put my criteria in column I, J and K:
Criteria 1 Criteria 2 Criteria 3 Value return from col H
110 2A 3000 0
The formula I use in column L "Value return from col H" is:
=SUMPRODUCT(($A$2:$A$11=I2)*($C$2:$C$11=J2)*($F$2:$F$11=K2)*$G$2:$G$11)
but the return value is "0".
Please enlighten. Thank you.