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
OSC 2007 R2, need to deploy a FQDN pool. not sure how to
Table parameter in SQL 2008
SystemDB and MDW questions
Push mail on SBS2008 problem
creating variables out of column items
How to use CDatabase's ExecuteSQL to find the record or row and then get the result, such as in CRecordSet
Import binary data into SQL 2005
MS Access onto a websever
SBS 2003 Error - Windows could not start because of an error in the software. Please report this problem as : load needed DLLs for kernel.
How to get reference to AxWebbrowser