easy "countif" formula

B

Brian

Cells B1:B50 have the letter p in the cell or the cell is blank. I would like
cell B51 to count the number of P's in cells B1:B50. I appreciate help with
this simple formula.
 
D

Dave Peterson

=countif(b1:b50,"p")

may work for you.
Cells B1:B50 have the letter p in the cell or the cell is blank. I would like
cell B51 to count the number of P's in cells B1:B50. I appreciate help with
this simple formula.
 
Top