How to count all cells which have same data

J

Judoguy

I have 1800 cells with numbers in six columns, how can I select and count all
cells which contain same number?
 
J

Judoguy

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
 
B

Bob Phillips

Try

=COUNTIF(A:A,1)

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
J

john

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)
 
Top