Count cells containing text per row
Closed
c
-
Updated on Aug 6, 2019 at 11:57 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Aug 6, 2019 at 11:56 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Aug 6, 2019 at 11:56 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
Aug 6, 2019 at 11:56 AM
Aug 6, 2019 at 11:56 AM
Hi C,
No need for if statements as Excel already got a function for that:
=COUNTIF(A1:M1,"*")
This will count the number of cell within the specified range that contains TEXT (so no numbers).
Best regards,
Trowa
No need for if statements as Excel already got a function for that:
=COUNTIF(A1:M1,"*")
This will count the number of cell within the specified range that contains TEXT (so no numbers).
Best regards,
Trowa