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
Creating time series chart in Excel
TransferSpreadsheet VBA Import from Excel to Access
Setting Text Color in Title Bar
Insert multiple rows into one field
MySQL query
Run program after install -- VB.net (2005) Compact Framework
Using a subform to bookmark a record on the main form
Memo Fields start getting truncated
How to avoid the Sum of column rounding to .02 more than actual.
MS Chart Control Legend Items Truncated