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 Contributor Last seen December 27, 2022 - Aug 6, 2019 at 11:56 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Contributor Last seen December 27, 2022 - Aug 6, 2019 at 11:56 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
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