A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

count number of cells



 
 
Thread Tools Display Modes
  #1  
Old February 2nd, 2010, 05:33 PM posted to microsoft.public.excel.charting
tagout
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  
Old February 2nd, 2010, 06:01 PM posted to microsoft.public.excel.charting
David Biddulph
external usenet poster
 
Posts: 8,714
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  
Old February 4th, 2010, 06:14 PM posted to microsoft.public.excel.charting
vttotal
external usenet poster
 
Posts: 96
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.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:59 AM.


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