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
WINS server
Break Links in Excel?
Windows 7 64 bit Connecting to SBS 2003 32 bit
Update values linked to excel cell within embedded word object with a VBA
Dynamic combo box rowsource based on prior combo box value
VB.NET, 2005 - Maintain Scroll Position To DataGrid
How to check open ports in remote computers?
intermittent dead keys while typing
How can "duplicate key" errors be handled easily?
Using VBA to transfer CSV in AC07