View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dorian C. Chalom Dorian C. Chalom is offline
external usenet poster
 
Posts: 17
Default COUNTIF(LEFT('SpreadSheet1!A1:A25, 1), "A")

Thanks that did the trick...

"KL" wrote in message
...
COUNTIF('SpreadSheet1!A1:A25,"A*")

--
KL
[MVP - Microsoft Excel]
RU: http://www.mvps.ru/Program/Default.aspx
ES: http://mvp.support.microsoft.com/?LN=es-es
EN: http://mvp.support.microsoft.com/?LN=en-us
Profile:
https://mvp.support.microsoft.com/pr...A-9E6C73C09A36


"Dorian C. Chalom" wrote in message
...
How would I create this function to do a Count If the left character in a
range of cells is an "A"?

COUNTIF(LEFT('SpreadSheet1!A1:A25, 1), "A")



Thank you.