Counting letters and symbols

G

Guest

Hi our schedule sheets now need to be encoded with a specific letter or
symbol for each possible shift. This include upper and lower case letters.
and most of the symbols on the key board. Will how do I get Countif it
differenciate an "A" form a "a". and will this work for symbols. thanks Zb
 
G

Guest

Try something like this:

For a list of values in A1:A1000

This formula counts the number of cells containng exactlly "A", versus "a":
=SUMPRODUCT(--EXACT(A1:A1000,"A"))

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

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