![]() |
Random Numbers Not Equal to
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 |
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. |
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 . |
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 |
All times are GMT +1. The time now is 12:05 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com