00:00If you've been given a task to generate random time in Google Sheet, what you
00:03start off is with a time function like this. And just as a test, let's put 1, 2, 3
00:09and close parentheses and you look at the result. The first argument is your
00:13hour, second argument is a minute, and your third argument is seconds. Now with
00:17that knowledge, you can basically redo a random between function and the first
00:23argument on the hour would be 0, 23, close parentheses, and the second
00:28argument we're gonna use the same, ran between function, but the argument would
00:32go from 0 to 59, and the second would also run from 0 to 59, and that's how you get
00:38your random time in Google Sheet.
Comments