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
Share resource fails to bring online
localhost/certserv doesnt work, says that the page cannot be found
sharepoint where are images stored?
Server 2008 R2 dcpromo fails, says need to run adprep /forestprep
embedded SELECT in query
Non-Technical person giving a technical interview - questions needed
How to read XML
Calculate value on subform using field on main form
aggregate function for varchar field
Why can't I write files to the root of my C drive?