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
Questio on beforeupdate event to prevent duplicate record
Convert Access2 to Access2000 Programatically
OWA with two Exchange 2003 servers
Active Directory Replication
How do I change my internal domain name to .local
Make screen captcher ralative to the form not the screen
How to add a typed TableAdapter object to a form
SSIS: Using a parameter for connection string
Help capturing timeit output
Controlling users with Microsoft Access 2007