park_bench Posted May 6, 2009 Posted May 6, 2009 Hello All, I want to COUNTIF all the pupils who have an "A*" grade in a spreadsheet. =COUNTIF(GradeRange,"A*") However, Excel sees the astrix as a wildcard and counts any cell with an "A" in it. Is there a way of instructing excel not to see the '*' as a wildcard criteria? Thanks, Ben
Lee_K_81 Posted May 6, 2009 Posted May 6, 2009 Try =COUNTIF(GradeRange,"=A~*") Never knew that. Much better than my solution of suggesting manually changing all A* to A+
Cache Posted May 6, 2009 Posted May 6, 2009 Wow, never realised that. I did the same as above and replaced A* with A+. Ah well.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now