how do I generate random timestamps in Excel -


i need generate bunch of random times in excel 2013.

the time needs between 7am 8:45am

the number of rows varies typically between 30 60

in excel, 1 day = 1

7am = 7/24 845am = 8.75/24

enter formula:

=7/24+rand()*(8.75/24-7/24) 

on home tab of ribbon, select 'time' dropdown in number area.

this generate random time starting @ 7am , continuing through 845am.


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -