Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
can someone help me with this in excel 2003 st. ed
|
#2
![]() |
|||
|
|||
![]()
one way:
http://www.mcgimpsey.com/excel/randint.html In article , "henry" wrote: can someone help me with this in excel 2003 st. ed |
#3
![]() |
|||
|
|||
![]()
If you with no matches mean no duplicates and 40 numbers only it won' really
be random? You can use a simplistic approach and put let's say 1000 from 1-1000 in A1:A1000, then in B1 put =RAND(), copy down to B1000, now select both columns and sort by column B, then select the first 40 numbers in A and copy somewhere else. Regards, Peo Sjoblom "henry" wrote: can someone help me with this in excel 2003 st. ed |
#4
![]() |
|||
|
|||
![]()
or you could turn iteration on and put this formula in B1 and copy down to
B40 =IF((B10)*(COUNTIF($B$1:B1,B1)=1),B1,(INT(RAND()* 40+1))) -- HTH RP (remove nothere from the email address if mailing direct) "Peo Sjoblom" wrote in message ... If you with no matches mean no duplicates and 40 numbers only it won' really be random? You can use a simplistic approach and put let's say 1000 from 1-1000 in A1:A1000, then in B1 put =RAND(), copy down to B1000, now select both columns and sort by column B, then select the first 40 numbers in A and copy somewhere else. Regards, Peo Sjoblom "henry" wrote: can someone help me with this in excel 2003 st. ed |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
Averaging Numbers when 2 numbers in one cell | Excel Worksheet Functions | |||
Validating random numbers | Excel Worksheet Functions | |||
Paste rows of numbers from Word into single Excel cell | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |