Please enable JavaScript to view the comments powered by Disqus.


SUMPRODUCT(...ISTEXT(...B4:B15)*C4:C15)

How to sumif with text as criteria.

The formula uses SUMPRODUCT() with function ISTEXT() to check if the cell contains text and adds the corresponding value againt it to get the final sum. 


Used Functions

Category: Math and trigonometry

Returns the sum of the products of corresponding array components

Syntax

SUMPRODUCT(array1, [array2], [array3], ...)

Category: Information

Returns TRUE if the value is text

Syntax

ISTEXT(value)

Lets chat on this