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
How can I disable visual effects with group policy
Outlook 2003 hangs on Migrating Settings
Add querytable with parameters
An error (193) occured while creating user logon.
CD/DVD not recognized in disk drive
Outlook 2007 keeps asking for password from SBS 2008 Exchange Server
Error 0x9004010f when trying to add an Exchange Mail Box to Outlook XP
Calculate AccountExpires
User-Defined Type not Defined, Reference issues? CommandBar, CommandBarControl types
SQLDataAdapter fill multiple tables in DataSource using one stored procedure