Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 414
Default Count question

I have a question on count. I have a spread sheet with like
A B C
06 01 0
03 02 1
11 03 2
14 04 0
15 05 1
08 06 2
07
05
24
18
31
03
06
02

ColA is prefilled ColB has the number 01 to 50 in asc order and ColC is
lookup up of entire colA by counting how many times I have 01, how many 02,
03 and so on.
Is there a easy way to do this ?

Thanks in advance.
Andy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default Count question

One way:

C1: =COUNTIF(A:A,B1)

Copy down to C50

In article ,
Andy wrote:

I have a question on count. I have a spread sheet with like
A B C
06 01 0
03 02 1
11 03 2
14 04 0
15 05 1
08 06 2
07
05
24
18
31
03
06
02

ColA is prefilled ColB has the number 01 to 50 in asc order and ColC is
lookup up of entire colA by counting how many times I have 01, how many 02,
03 and so on.
Is there a easy way to do this ?

Thanks in advance.
Andy

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 414
Default Count question

thanks

"JE McGimpsey" wrote:

One way:

C1: =COUNTIF(A:A,B1)

Copy down to C50

In article ,
Andy wrote:

I have a question on count. I have a spread sheet with like
A B C
06 01 0
03 02 1
11 03 2
14 04 0
15 05 1
08 06 2
07
05
24
18
31
03
06
02

ColA is prefilled ColB has the number 01 to 50 in asc order and ColC is
lookup up of entire colA by counting how many times I have 01, how many 02,
03 and so on.
Is there a easy way to do this ?

Thanks in advance.
Andy


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
Count Question Secret Squirrel Excel Discussion (Misc queries) 4 August 31st 07 04:15 AM
Count question Sung Excel Discussion (Misc queries) 5 December 20th 06 04:34 PM
Count() question new2XL Excel Discussion (Misc queries) 3 June 7th 06 07:05 PM
Count Question Grant Excel Worksheet Functions 2 December 9th 05 04:51 PM
Count If question Denise Excel Discussion (Misc queries) 3 August 16th 05 09:37 PM


All times are GMT +1. The time now is 04:43 AM.

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"