Hi,

I hope you can help me.I have a lot of raw data were the date and time column is spread over two columnsand the time appears in a very funny decimal format. See below:

Column A Column B
08/09/2007 600.4
08/09/2007 1232.23
14/09/2007 1914
11/09/2007 2519.09

I have given four different examples above and I need to convert these fields into a single time/date stamp (dd/hh/yyyy hh:mm).

So the above example should come in one field as
08/09/2007 06:04
08/09/2007 12:32
14/09/2007 19:14
12/09/2007 01:19

My raw data consists of more than 15.000 records and I am unable to convert all of these numbers manually. Can you help me?

Also, please note the last example. My times often exceed the normal 24hour spread but includes up to 30 hours at time which needs to be added to the next day.

Hope this makes sense.

I appreciate all the help you can offer!

Thank you.
Kris