Hi,
any idea how I can manage a conditional sum with multiple criteria with formulas?
SUMIF - apparently support just one condition
DSUM - supports multiple criteria but just one property per criteria
the X <> b won't work in this case. I have to explicitly specify the properties as the possible values for X are 25 and it should return TRUE just in 3 cases.
I need to check for 4 conditions if they are TRUE go with the Sum!
The problem is that the 2 of these conditions would return TRUE if more than one property is met:
for example:
if color = red Or yellow Or blue it should return TRUE
thanks
P.S.
any idea how I can manage a conditional sum with multiple criteria with formulas?
SUMIF - apparently support just one condition
DSUM - supports multiple criteria but just one property per criteria
the X <> b won't work in this case. I have to explicitly specify the properties as the possible values for X are 25 and it should return TRUE just in 3 cases.
I need to check for 4 conditions if they are TRUE go with the Sum!
The problem is that the 2 of these conditions would return TRUE if more than one property is met:
for example:
if color = red Or yellow Or blue it should return TRUE
thanks
P.S.