Countif with upper and lower case

D

Dave Davis

I have a range of cells in a column, each cell only
contains one letter. I am trying to do a countif to
determine how many instances of the particular letter
occur but I need to differentiate between upper case and
lower case letters. I had hoped this would work, =COUNTIF
(C2:C383,UPPER("S")) but it doesn't - it still counts the
lower case characters too :-( I did wonder about using
the CODE function to establish the value of eah character,
but it starts to get busy... Any suggestions please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top