Counting
Solved/Closed
beejer
-
Feb 18, 2010 at 04:58 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 18, 2010 at 05:09 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 18, 2010 at 05:09 PM
Related:
- Counting
- Formula for counting names in excel - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 18, 2010 at 05:09 PM
Feb 18, 2010 at 05:09 PM
to count when it start with "no access"
=COUNTIF(I4:I304, "no access*")
to count when it only contains "no access"
=COUNTIF(I4:I304, "no access")
to count when it contain some where "no access"
=COUNTIF(I4:I304, "*no access*")
=COUNTIF(I4:I304, "no access*")
to count when it only contains "no access"
=COUNTIF(I4:I304, "no access")
to count when it contain some where "no access"
=COUNTIF(I4:I304, "*no access*")