BuzzG said:Is there a way to sum a list that contains both text and values using the SUMPRODUCT function? My efforts yielded the #VALUE! error. SUM and SUMIF will ignore the text but I have multiple criteria. Any ideas or threads to follow?
BuzzG
BuzzG said:Sample Formula:
=SUMPRODUCT((C4:C8="RENEW")*(D4:D8="John")*(J4:J8))
Where J4:J8 contains both text and values.