Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
samckitt
 
Posts: n/a
Default Have column of nums, need qty of each?


I have a column of a couple of thousands of numbers and I need a quick
easy way to figure the qty of each number in the column. Is there an
easy way to do this in Excel?
Thanks,
Scot


--
samckitt
------------------------------------------------------------------------
samckitt's Profile: http://www.excelforum.com/member.php...o&userid=33089
View this thread: http://www.excelforum.com/showthread...hreadid=528989

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
davesexcel
 
Posts: n/a
Default Have column of nums, need qty of each?


=COUNTIF(A1:A15,B1) this works for a specific range


=COUNTIF(A:A,B1) this is for a specific column


Place this formula in B2
B1 you will enter the number you want counted


--
davesexcel
------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=528989

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vasant Nanavati
 
Posts: n/a
Default Have column of nums, need qty of each?

If you know the number you are looking for (e.g., 2146), you can use
something like:

=COUNTIF(A:A,2146)

If you want the frequency of occurrence of all unique numbers (without
knowing in advance what they are), you will probably need some code.


"samckitt" wrote in
message ...

I have a column of a couple of thousands of numbers and I need a quick
easy way to figure the qty of each number in the column. Is there an
easy way to do this in Excel?
Thanks,
Scot


--
samckitt
------------------------------------------------------------------------
samckitt's Profile:
http://www.excelforum.com/member.php...o&userid=33089
View this thread: http://www.excelforum.com/showthread...hreadid=528989



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arvi Laanemets
 
Posts: n/a
Default Have column of nums, need qty of each?

Hi

Create a pivot table based on column (as field in pivot table). In pivot
layout sheet, set row=field, and data=(count of field ). Its all.


Arvi Laanemets


"samckitt" wrote in
message ...

I have a column of a couple of thousands of numbers and I need a quick
easy way to figure the qty of each number in the column. Is there an
easy way to do this in Excel?
Thanks,
Scot


--
samckitt
------------------------------------------------------------------------
samckitt's Profile:

http://www.excelforum.com/member.php...o&userid=33089
View this thread: http://www.excelforum.com/showthread...hreadid=528989



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 can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
How to group similar column titles together???? vrk1 Excel Discussion (Misc queries) 2 April 30th 05 12:17 AM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM


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