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 Contributor Last seen December 27, 2022 - Jun 22, 2020 at 11:43 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Jun 22, 2020 at 11:43 AM
Related:
- Count rows in excel with text
- Count occurrences in excel - Guide
- Count names in excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Gif in excel - Guide
- Kernel for excel repair - Download - Backup and recovery
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Contributor
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