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
recordset - find and criteria
Database restore (MS-SQL 2005) Does DB need to be off-line for a restore
How do I convert horizontal columns in Excel to Vertical Columns
SQL Query to get row total?
Outlook Closing Spontaneously
Using SQL for Gridview Paging vs Caching
Negative Values in a Numeric Field
How do I use the debugger in Microsoft Access?
Installing table relationship via vba... Part 1
How do you find a duplicate record in sql 2005