Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have ColumnA with values in 11,000+ rows. In ColumnG I have 100 dates. How can
I randomly distribute those 100 dates in ColumnB so that ColumnB has one of the 100 dates for each of the rows in ColumnA? In other words, I want a corresponding date in ColumnB for each row in ColumnA. Thanks! Steve |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in column b enter
=INDEX($G$1:$G$100,ROUND(RAND()*100,0)) Lance -----Original Message----- I have ColumnA with values in 11,000+ rows. In ColumnG I have 100 dates. How can I randomly distribute those 100 dates in ColumnB so that ColumnB has one of the 100 dates for each of the rows in ColumnA? In other words, I want a corresponding date in ColumnB for each row in ColumnA. Thanks! Steve . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in B1 put the formula
=Index($G$1:$G$100,trunc(rand()*100+1),1) Drag fill down the column for 11000+ rows. then select column B and do Edit=Copy, then Immediately Edit=PasteSpecial and select values. Regards, Tom Ogilvy Steve wrote in message hlink.net... I have ColumnA with values in 11,000+ rows. In ColumnG I have 100 dates. How can I randomly distribute those 100 dates in ColumnB so that ColumnB has one of the 100 dates for each of the rows in ColumnA? In other words, I want a corresponding date in ColumnB for each row in ColumnA. Thanks! Steve |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Tom,
Thanks for the help!! Steve "Tom Ogilvy" wrote in message ... in B1 put the formula =Index($G$1:$G$100,trunc(rand()*100+1),1) Drag fill down the column for 11000+ rows. then select column B and do Edit=Copy, then Immediately Edit=PasteSpecial and select values. Regards, Tom Ogilvy Steve wrote in message hlink.net... I have ColumnA with values in 11,000+ rows. In ColumnG I have 100 dates. How can I randomly distribute those 100 dates in ColumnB so that ColumnB has one of the 100 dates for each of the rows in ColumnA? In other words, I want a corresponding date in ColumnB for each row in ColumnA. Thanks! Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto-update Fill Series in column that has randomly spaced blank c | Excel Discussion (Misc queries) | |||
Fill a column randomly with 5 & 10 | Excel Discussion (Misc queries) | |||
How do i sort rows randomly? | Excel Discussion (Misc queries) | |||
How can i randomly select 780 rows from 4000 rows of data | Excel Worksheet Functions | |||
randomly fill | Excel Worksheet Functions |