Thank you Narayan very good formulaHi ,
Try this :
=INDEX($J$57:$AF$57 , RANDBETWEEN(2,23))
Narayan
Hi ,
Try this :
=INDEX($J$57:$AF$57 , RANDBETWEEN(2,23))
Narayan
Hi ,Hi Narayan:
I like this formula, but I want include no repetition numbers in result.
Thanks,
FEBAUSA
Hi ,
To ensure there are no repetitions :
Each random number which is generated will have to be stored somewhere , so that the next random number which is generated can be different from the random numbers which are already in the list ; I doubt that a formula can both do this storage and return the original numbers using the INDEX function.
VBA can certainly do the job.
Narayan