Countif with upper and lower case

  • Thread starter Thread starter Dave Davis
  • Start date Start date
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?
 
Back
Top