Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default count number of cells

What is the formula to count the number of cells that start with a particular
character? What I really want to do is count how the number of cells in a
column that start with a through e. I have tried several things but can't
quite come up with the magic formula. thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default count number of cells

=COUNTIF(A1:A20,"A*")+COUNTIF(A1:A20,"B*")+COUNTIF (A1:A20,"C*")+COUNTIF(A1:A20,"D*")+COUNTIF(A1:A20, "E*")
--
David Biddulph

"tagout" wrote in message
...
What is the formula to count the number of cells that start with a
particular
character? What I really want to do is count how the number of cells in a
column that start with a through e. I have tried several things but can't
quite come up with the magic formula. thanks for your help.



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 21
Default count number of cells

The COUNTIF Function should be used for that.

When using the Countif:

Countif(Select all the cells you want to review, What is the criteria you
want to count, e.g: "e*")


Hope this helps,

Vicente
"tagout" wrote:

What is the formula to count the number of cells that start with a particular
character? What I really want to do is count how the number of cells in a
column that start with a through e. I have tried several things but can't
quite come up with the magic formula. thanks for your help.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I count the number of cells Alan[_12_] New Users to Excel 7 December 7th 09 02:55 PM
How do I count cells that contain a number of charctors. Picman Excel Worksheet Functions 3 November 6th 08 05:28 PM
Count cells that have a number 0 Fly Boy 5 Excel Discussion (Misc queries) 3 May 28th 07 01:40 PM
Count Number of Different Cells ForSale Excel Worksheet Functions 3 June 8th 06 09:19 PM
count number of cells bill gras Excel Worksheet Functions 4 October 3rd 05 07:15 AM


All times are GMT +1. The time now is 05:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"