Hi everybody
I have got an hourly data for 10 years. The problem is that some of the data is missing. I need to insert new rows for the missing hours and put the "date hour" in the respective column. For example what i have is column A as
A
1/1/2000 00:30 AM
1/1/2000 01:30 AM
1/1/2000 02:30 AM
1/1/2000 04:30 AM
1/1/2000 05:30 AM
Please note that in 4th row, it should be 1/1/2000 03:30, which is missing. So what i need to have is
1/1/2000 00:30 AM
1/1/2000 01:30 AM
1/1/2000 02:30 AM
1/1/2000 03:30 AM
1/1/2000 04:30 AM
1/1/2000 05:30 AM
By the way data starts from 2000 and ends at 2010.
Peace
Muhammad Zeeshan
I have got an hourly data for 10 years. The problem is that some of the data is missing. I need to insert new rows for the missing hours and put the "date hour" in the respective column. For example what i have is column A as
A
1/1/2000 00:30 AM
1/1/2000 01:30 AM
1/1/2000 02:30 AM
1/1/2000 04:30 AM
1/1/2000 05:30 AM
Please note that in 4th row, it should be 1/1/2000 03:30, which is missing. So what i need to have is
1/1/2000 00:30 AM
1/1/2000 01:30 AM
1/1/2000 02:30 AM
1/1/2000 03:30 AM
1/1/2000 04:30 AM
1/1/2000 05:30 AM
By the way data starts from 2000 and ends at 2010.
Peace
Muhammad Zeeshan