Excel - Formula in text count
Solved/Closed
Related:
- Excel - Formula in text count
- Count occurrences in excel - Guide
- Count names in excel - Guide
- Formula to calculate vat in excel - Guide
- Date formula in excel dd/mm/yyyy - Guide
- Excel color formula - Guide
3 responses
aquarelle
Posts
5961
Registration date
Saturday 7 April 2007
Status
Moderator
Last seen
14 February 2026
491
5 Mar 2010 à 04:57
5 Mar 2010 à 04:57
Hello,
Try with this formula, I supposed the text is into A1 :
=SUM(LEN(A1)-LEN(SUBSTITUTE(A1,"P","")))
Best regards
Try with this formula, I supposed the text is into A1 :
=SUM(LEN(A1)-LEN(SUBSTITUTE(A1,"P","")))
Best regards
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
5 Mar 2010 à 03:41
5 Mar 2010 à 03:41
if you want to count the cell, then you can use COUNTA function
Below example count number of cells that are not blank
=COUNTA(A1:A10)
Below example count number of cells that are not blank
=COUNTA(A1:A10)