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 » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

2003 Excel



 
 
Thread Tools Display Modes
  #1  
Old June 13th, 2009, 09:34 PM posted to microsoft.public.excel.worksheet.functions
CC Bulinski
external usenet poster
 
Posts: 1
Default 2003 Excel

This is my data:
CB 101
CC 201
CA 105
CC 123
CB 122
CA 109

Question: How do I sort the information given to tell me how many CA's I
have and so on??
  #2  
Old June 13th, 2009, 09:38 PM posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
 
Posts: 6,167
Default 2003 Excel

Look in the help index for COUNTIF

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"CC Bulinski" CC
wrote in message
...
This is my data:
CB 101
CC 201
CA 105
CC 123
CB 122
CA 109

Question: How do I sort the information given to tell me how many CA's I
have and so on??


  #3  
Old June 13th, 2009, 10:18 PM posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_3_]
external usenet poster
 
Posts: 3,333
Default 2003 Excel

Hi,

Is this data in 1 or 2 columns?

Assuming 2: Then put your cursor in the first column and click the
Ascending Sort, then choose Data, Subtotal, set At each change in to the
first column, set Use function to Count, under Add subtotal to check the
first column, click OK

Alternatively
=COUNTIF(A1:A100,"CA")

or

=COUNTIF(A1:A100,D1) where D1 contains CA

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"CC Bulinski" wrote:

This is my data:
CB 101
CC 201
CA 105
CC 123
CB 122
CA 109

Question: How do I sort the information given to tell me how many CA's I
have and so on??

  #4  
Old June 14th, 2009, 12:13 AM posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
external usenet poster
 
Posts: 4,085
Default 2003 Excel

I read your question slightly differently: you want to sum all the numbers
in column B where the corresponding A value is CA.
=SUMIF(A1:A100,"CA",B1:B100)
best wishes
--
Bernard Liengme
MVP Excel
http://people.stfx.ca/bliengme

"CC Bulinski" CC wrote in message
...
This is my data:
CB 101
CC 201
CA 105
CC 123
CB 122
CA 109

Question: How do I sort the information given to tell me how many CA's I
have and so on??


 




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 02:08 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.