Hello,
I have several spreadsheets containing temperature data back to 2001. My most recent data is complete, and temperature samples are taken every 5 minutes. However, the older samples were taken every 10 minutes and some samples are missing. An example of one of my old spreadsheets is below:
30/09/2001 13:00 15.0
30/09/2001 13:10 15.0
30/09/2001 14:10 14.5
30/09/2001 14:20 14.5
30/09/2001 14:30 14.5
In order to have spreadsheets that contain, I want to add in the missing dates, and put a blank in the temperature column. Thus, the example above would be corrected like this:
30/09/2001 13:00 15.0
30/09/2001 13:05
30/09/2001 13:10 15.0
30/09/2001 13:15
30/09/2001 13:20
30/09/2001 13:25
30/09/2001 13:30
30/09/2001 13:35
30/09/2001 13:40
30/09/2001 13:45
30/09/2001 13:50
30/09/2001 13:55
30/09/2001 14:00
30/09/2001 14:05
30/09/2001 14:10 14.5
30/09/2001 14:15
30/09/2001 14:20 14.5
30/09/2001 14:25
30/09/2001 14:30 14.5
Obviously the last date in each spreadsheet would have to be 31/12 (and in this case, 31/12/2001).
I tried a macro I found online that almost worked, but I couldn't work out how to customise it to use it for my data. Could anyone help me out with a macro?
Thank you very much in advance.![]()
Bookmarks