Excel 2003
All
This formula will count the occurrences and works great.
I need to use this criteria to get the SUM of nmCapex (a named range) but am not sure how to do it
All
This formula will count the occurrences and works great.
I need to use this criteria to get the SUM of nmCapex (a named range) but am not sure how to do it
Code:
=SUMPRODUCT(--(nmIOT=D5)*(nmEngageType="PC")*(--(NOT(ISNUMBER(FIND("Cancelled",nmStatus))))))