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
Broken Hyperlinks in Excel
Find the syntax error in a INSERT INTO statement
Data not current when printing form
Show Unique Product with Unique PDL
SSIS Data Massage/Concatenation??
SQL Select Distinct Results (Complex)
To covert an access report with pictures to any editable document format retaining all the graphics and other formatting settings
How to insert semicolon next to my values in excel column
How to open website (hosted on Win Server 2008, IIS) in Microsoft Frontpage 2000?
MS access VB string not updating with fields from search form