Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I generate a list of random dates from dates I specify
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=RANDBETWEEN(DATEVALUE("1/18/1945"),DATEVALUE("1/25/2005"))
adjust the dates to suit. -- Gary''s Student - gsnu200798 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=rand() in a helper column alongside your list of dates.
Sort the two columns together, sorting by the rand column. If you merely want a random date between 2 specified dates, try =RANDBETWEEN(A2,A3) -- David Biddulph "JJ TUMIA" <JJ wrote in message ... How can I generate a list of random dates from dates I specify |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I sort a column of random dates into Consecutive dates | Excel Worksheet Functions | |||
I want to generate random times (every couple of hours) for dates | Excel Worksheet Functions | |||
Need to generate random values from a list | Excel Discussion (Misc queries) | |||
How to generate a random list of weekDAYS between two dates? | Excel Worksheet Functions | |||
How do I generate random numbers using dates in excel? | Excel Worksheet Functions |