Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Adding different numbers

Sorry just a follow up question. If I have a column filled with 1's, 2's and
3's how can I count each number i.e. there are seven 1's, six 2's and eleven
3's?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Adding different numbers

Hi,

Try this
=COUNTIF(A1:A1000,ROW(A1))

This will count the 1s drag dow and it will count the 2s and every time you
drag down it increments.

Mike

"jaywizz" wrote:

Sorry just a follow up question. If I have a column filled with 1's, 2's and
3's how can I count each number i.e. there are seven 1's, six 2's and eleven
3's?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Adding different numbers

Mike,

Prior to dragging down, the table should be made absolute

=COUNTIF($A$1:$A$1000,ROW(A1))

HTH,
Bernie
MS Excel MVP


"Mike H" wrote in message
...
Hi,

Try this
=COUNTIF(A1:A1000,ROW(A1))

This will count the 1s drag dow and it will count the 2s and every time you
drag down it increments.

Mike

"jaywizz" wrote:

Sorry just a follow up question. If I have a column filled with 1's, 2's and
3's how can I count each number i.e. there are seven 1's, six 2's and eleven
3's?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Adding different numbers

=COUNTIF(A1:A24,1)
=COUNTIF(A1:A24,2)
=COUNTIF(A1:A24,3)
--
David Biddulph

"jaywizz" wrote in message
...
Sorry just a follow up question. If I have a column filled with 1's, 2's
and
3's how can I count each number i.e. there are seven 1's, six 2's and
eleven
3's?



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
Adding numbers or characters to existing numbers Jannie Excel Worksheet Functions 9 February 20th 07 03:08 PM
adding + and - numbers Robb27 Excel Worksheet Functions 4 July 28th 06 09:36 AM
adding odd numbers mike1448 Excel Worksheet Functions 2 December 2nd 05 01:44 AM
Adding numbers... Pwel Excel Discussion (Misc queries) 4 August 11th 05 06:51 PM
Adding numbers to current numbers mk Excel Worksheet Functions 2 May 16th 05 11:25 PM


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