View Single Post
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=COUNTIF(A:A,1)
=COUNTIF(A:A,2)
etc.

HTH
Jason
Atlanta, GA

-----Original Message-----
I generated random number (1-6) as in DICE
How do I count the number of times a 1, 2, 3, ...... 6

occurs when I run it
for, let say, 1000 times.

What function should I use to keep these counts?
.