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
Extract data from XML using sql server 2005Question
Timer function to automate Access
OrkAudio
How to get COM interface API definitions after importing a type library
How to see JPG files on a form as I see BMP files
How to make a field in the header of a form the first tab stop?
How can I specify a table id when using Response.Write?
Code retriving duplicated numbers.
How to automate adding a query to Excel 2007 spreadsheet?
Maximum table size