Answers for "how do i count cells with text in excel?"

-1

excel count cells containing specific text

# Count cells containing specific text, ie "a" in "B4:B7":
=SUM(--(MMULT(--(B4:B7="a");TRANSPOSE(COLUMN(B4:B7)))>0))
Posted by: Guest on March-18-2021

Code answers related to "how do i count cells with text in excel?"

Browse Popular Code Answers by Language