Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to entering a random date and time in a cell between the hours
9.00 and 17.00............... For example 14/01/03 12:26:51 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Dates and time are stored as numbers but displayed as dates/time will 0
being 1/1/1900 at midnight. The formula =RANDBETWEEN(30000,40000)+RAND() will generate a random date between 18 Feb 1986 and 6 July 2009 with random time. You will need to format the cell to see date and time. Press F9 to get a new values. best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Dermot" wrote in message ... Is there a way to entering a random date and time in a cell between the hours 9.00 and 17.00............... For example 14/01/03 12:26:51 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run a macro in a locked cell | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Discussion (Misc queries) | |||
Combined date time cell to separate date & time components | Excel Worksheet Functions |