0
We will use the formula SUMPRODUCT() and ISTEXT() to first check if cells contain text and then sum the corresponding binary array returned using SUMPRODUCT() function.
Category: Math and trigonometry
Returns the sum of the products of corresponding array components
SUMPRODUCT(array1, [array2], [array3], ...)
Category: Information
Returns TRUE if the value is text
ISTEXT(value)
Create a new account
I already have an account
By signing in/up, you agree to the Terms of Use and Privacy Policy.
You haven't saved the current formula!
Are you sure to continue?
You haven't save the current formula!
0
We will use the formula SUMPRODUCT() and ISTEXT() to first check if cells contain text and then sum the corresponding binary array returned using SUMPRODUCT() function.