Microsoft
Software
Hardware
Network
Question : Counting the number of cells in a given range that begin with a specific letter.
I need a formula that will count the number of cells in a given range that begin with a specific letter. In other words, rather then the formula below, I need something that will count all cells that simply begin with the laetter 'E'
Thanks,
John
=COUNTIF(AN19:BF60,"ETA")
Answer : Counting the number of cells in a given range that begin with a specific letter.
You can use a wildcard, i.e.
=COUNTIF(AN19:BF60,"E*
")
regards,
barry
Random Solutions
FormsAuthentication.Redire<wbr />ctFromLogi<wbr />nPage question
Possible to /span (remote dual screen) desktops within Remote Web Workplace?
MDI form background colour
Share to Video grayed out in Powerpoint 2010
rpd issues - The connection was lost due to a network error...
Excel auto fill in
IE 7 broswer slow to locate site after "Automatically Detect Settings" turned on
Trace dependents/precedents on multiple cells in excel (macro)
How to move XML namespaces to SOAP header in Webservice proxy (From WSDL file)
C# -- Microsoft Report (.rdlc) textbox "HEIGHT" ?