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

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -