Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi,
I have 8 cells that I want to contain a unique whole number from 1 to 8. I don't want any of the 8 numbers to repeat. Any ideas? Joe |
#2
![]() |
|||
|
|||
![]()
Take a look he
http://www.mcgimpsey.com/excel/udfs/randint.html In article , Joe Blow wrote: I have 8 cells that I want to contain a unique whole number from 1 to 8. I don't want any of the 8 numbers to repeat. |
#3
![]() |
|||
|
|||
![]()
One very limited way:
B1: 12345678 B2: =SUBSTITUTE(B1,A1,"") A1: =MID(B1,RAND()*(LEN(B1)-1)+1,1)*1 Copy the the formula in A1 down to A8, and the one in B2 down to B8. HTH Jason Atlanta, GA -----Original Message----- Hi, I have 8 cells that I want to contain a unique whole number from 1 to 8. I don't want any of the 8 numbers to repeat. Any ideas? Joe . |
#4
![]() |
|||
|
|||
![]()
Joe
Visit John McGimsey's site for info on non-repeating RAND(). http://www.mcgimpsey.com/excel/udfs/randint.html Gord Dibben Excel MVP On Mon, 03 Jan 2005 13:12:07 -0500, Joe Blow wrote: Hi, I have 8 cells that I want to contain a unique whole number from 1 to 8. I don't want any of the 8 numbers to repeat. Any ideas? Joe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Generate random numbers 1-100 without any repeats? | Excel Worksheet Functions | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
To find a combination of numbers that equal a set amount? | Excel Discussion (Misc queries) | |||
Random Numbers Change? | Excel Worksheet Functions | |||
generate random numbers | Excel Worksheet Functions |