Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 1800 cells with numbers in six columns, how can I select and count all
cells which contain same number? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you John, that helped me allot.
I am using =countif(a2:a250,1) and my range is 1 to 50 in growing order can I apply the formula automaticly without typing each rangeas they all are in growing order, like by dragging the mouse? Do you think it is possible? Thanks again "john" wrote: You could try something like this =COUNTIF('your range','the number you want) or if it was the number of the largest then try =COUNTIF('your range',MAX('your range)) -- John MOS Master Instructor Office 2000, 2002 & 2003 Please reply & rate any replies you get Ice Hockey rules (especially the Wightlink Raiders) "Judoguy" wrote: I have 1800 cells with numbers in six columns, how can I select and count all cells which contain same number? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=COUNTIF(A:A,1) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Judoguy" wrote in message ... Thank you John, that helped me allot. I am using =countif(a2:a250,1) and my range is 1 to 50 in growing order can I apply the formula automaticly without typing each rangeas they all are in growing order, like by dragging the mouse? Do you think it is possible? Thanks again "john" wrote: You could try something like this =COUNTIF('your range','the number you want) or if it was the number of the largest then try =COUNTIF('your range',MAX('your range)) -- John MOS Master Instructor Office 2000, 2002 & 2003 Please reply & rate any replies you get Ice Hockey rules (especially the Wightlink Raiders) "Judoguy" wrote: I have 1800 cells with numbers in six columns, how can I select and count all cells which contain same number? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
you could set a 'spinner' from the forms toolbar and link that to a cell that
is your criteria in the formula. you can then use the spinner to set the criteria using the up or down arrow -- John MOS Master Instructor Office 2000, 2002 & 2003 Please reply & rate any replies you get Ice Hockey rules (especially the Wightlink Raiders) "Judoguy" wrote: Thank you John, that helped me allot. I am using =countif(a2:a250,1) and my range is 1 to 50 in growing order can I apply the formula automaticly without typing each rangeas they all are in growing order, like by dragging the mouse? Do you think it is possible? Thanks again "john" wrote: You could try something like this =COUNTIF('your range','the number you want) or if it was the number of the largest then try =COUNTIF('your range',MAX('your range)) -- John MOS Master Instructor Office 2000, 2002 & 2003 Please reply & rate any replies you get Ice Hockey rules (especially the Wightlink Raiders) "Judoguy" wrote: I have 1800 cells with numbers in six columns, how can I select and count all cells which contain same number? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to count all cells which have same data | Excel Discussion (Misc queries) | |||
Count Only Empty Cells AFTER Cells with Data | Excel Worksheet Functions | |||
Count if cells have multiple data | Excel Worksheet Functions | |||
Count data in cells | Excel Worksheet Functions | |||
Count cells with data | New Users to Excel |