View Single Post
  #6   Report Post  
Tracker
 
Posts: n/a
Default

both of your answers were very helpful.If only i could think like that.Thankyou

"Michael" wrote:

Hi Tracker
Maybe you could also consider this option.
=IF(RANDBETWEEN(1,9)=6,"",RANDBETWEEN(1,9))

HTH
Michael Mitchelson


"JE McGimpsey" wrote:

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?