Count cells containing text per row
Solved/Closed
Blocked Profile
-
Updated on Jul 23, 2020 at 11:23 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Jun 22, 2020 at 11:43 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Jun 22, 2020 at 11:43 AM
Related:
- Count cells containing text per row
- Excel create unique id for each row ✓ - Excel Forum
- Compare 2 text cells and show difference in the third cell ✓ - Excel Forum
- Hide subscriber count - Guide
- Saints row 2 cheats - Guide
- Count sentences ✓ - Programming Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
January 16, 2023
549
Jun 22, 2020 at 11:43 AM
Jun 22, 2020 at 11:43 AM
Hi Thelearnlaxi,
When you want to count all cells with something (text or numbers) in them, use:
=COUNTA(A1:Z1)
When you want to count all cells with only text (combination of text and numbers is considered text) in them use:
=COUNTIF(A1:Z1,"*")
Best regards,
Trowa
When you want to count all cells with something (text or numbers) in them, use:
=COUNTA(A1:Z1)
When you want to count all cells with only text (combination of text and numbers is considered text) in them use:
=COUNTIF(A1:Z1,"*")
Best regards,
Trowa