Auto-Filling Dates 24 separate times (24 hour clock)

Copper Contributor

I need to create a spreadsheet that shows the same date 24 times then moves to the next date. 

For example -

Date -Time - (Other Data)
01/01/201700:00:005
01/01/201700:01:00142
...........
Then...  
01/01/201700:23:000
02/01/201700:00:0042

 

Is there a way to insert it automatically or autofill it? (I have to produce two years worth of data)

 

Kindest regards

3 Replies

@TomHiggs 

If ignore Other column and Date, Time are located as

image.png

type in A3

=A2+1/24

in B3

=B2+1/24

select columns A and B starting from above cells and till end of your expected range, Ctrl+D.

Or drag them down.

This worked for me. Very helpful, thank you!