Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JCM JCM is offline
external usenet poster
 
Posts: 9
Default Counting the number of cells that have the same value

In column A I have a list of numbers that have many duplicates. In column B
I have a list of numbers. I would like to have a count of the number of
times the number in column b is in column A. I am using Excel 2003

Example
A B C
1 1 3
1 5 0
1 9 1
9
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Counting the number of cells that have the same value

In C1, copied down:
=IF(B1="","",COUNTIF(A:A,B1))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"JCM" wrote:
In column A I have a list of numbers that have many duplicates. In column B
I have a list of numbers. I would like to have a count of the number of
times the number in column b is in column A. I am using Excel 2003

Example
A B C
1 1 3
1 5 0
1 9 1
9

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
Counting the number of same value cells Richard Excel Discussion (Misc queries) 1 April 27th 07 11:37 PM
Counting number of cells that make up a sum.. tim m Excel Discussion (Misc queries) 2 September 21st 06 02:55 PM
Formula for counting number of cells Pawan Excel Discussion (Misc queries) 2 February 22nd 06 05:20 AM
Counting the number of cells within a certain hour. Joker Excel Discussion (Misc queries) 10 February 18th 06 03:04 PM
Counting the number cells between two dates Dave Excel Discussion (Misc queries) 3 March 16th 05 02:30 PM


All times are GMT +1. The time now is 11:23 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"