If your values are valid times and dates (or even text-formatted without additional characters) then
=A2+B2
should work fine. Looks like the date is valid so perhaps the time isn't. Try
=A2+MID(B2,FIND(":",B2)-2,8)
format as dd/mm/yy hh:mm:ss or similar
Bookmarks