View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Assuming this is a different question than your other thread (please
keep questions in the same thread if possible - it reduces the chance
that people will waste time suggesting answers that have already been
offered), here's one way, using 2 cells (it's actually the same way, of
course):

A1: =RANDBETWEEN(1,8)
A2: =A1+(A1=6)



In article ,
"Tracker" wrote:

im trying to use rand() or randbetween to get a random number btwn 1 and 9
but excluding 6 as a posibility. is it possible?