I have column of dates in A in the format dd/mm/yyyy.
In column B I have list of times in the format hh.mm. Unfortunately, as you can see, I have used a numbering system to log the times and the time is down as 20.10 instead of 20:10
I want to combine these two columns in column C so that I get "dd/mm/yy - hh:mm" ,example 20/06/20 - 14:46
I have tried to use =TEXT(A2,"dd/mm/yy")&" - "&TEXT(B2,"hh:mm") but due to column B being the wrong format, it throws out the wrong time.
Please help.
Bookmarks