I have a table with date in one column and time in another. The date value is only filled out once per day. I would like to fill the date down until it hits the next date and then use that date to fill down and so on as long as I have a value in the time column.
Date Time
04/03 12:00
13:00
13:30
14:00
14:30
04/04 12:00
13:00
13:30
14:00
04/05 12:00
13:00
13:30
- Joseph
Date Time
04/03 12:00
13:00
13:30
14:00
14:30
04/04 12:00
13:00
13:30
14:00
04/05 12:00
13:00
13:30
- Joseph