I want to generate random times (every couple of hours) for dates

D

Daniel Hartman

I want to generate random times (every couple of hours) for dates. For
example, we have a security exercise that is randomly generated for given
dates, or every day. Reply to: [email protected]
 
G

Gary''s Student

Enter:
=today()+rand()
to get a random time for today

format custom:
m/d/yyyy hh:mm
 
Top