View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Judoguy Judoguy is offline
external usenet poster
 
Posts: 5
Default How to count all cells which have same data

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?