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 December 27, 2022 - Jun 22, 2020 at 11:43 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Jun 22, 2020 at 11:43 AM
Related:
- Count cells containing text per row
- Saints row 2 cheats - Guide
- How to delete a row in a table in word - Guide
- How to count names in excel - Guide
- If a cell has text then return value ✓ - Excel Forum
- Based on the values in cells b77 b81 ✓ - Excel Forum
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
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