R
Rock
I am using this formula to count the number of rows in Column C with text.
=SUMPRODUCT(((LEN(C4:C500)=4)+0)*(ISTEXT(C4:C500)))
I need, instead, for this formula to count the number of rows in Column C
with specific text i.e. the text “PUSHâ€. Can you help?
=SUMPRODUCT(((LEN(C4:C500)=4)+0)*(ISTEXT(C4:C500)))
I need, instead, for this formula to count the number of rows in Column C
with specific text i.e. the text “PUSHâ€. Can you help?