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
Forefront TMG - Outbound IPSec Connection gets blocked
populate textbox value into table field using code
SQL error with web site
Printing Specific Reports from Multiple Forms
Exchange 2007 - Test-SystemHealth (Upgrading servicepack 2)
SQL Stored Procedure
Access VBA open file where path & name specified in textbox
Supress SQL login in MSACCESS on linked tables
Sony Vaio PCG-531A - Can the OS be upgraded on this notebook??
Need help with DAO recordset connection