P
Paul Gurdin
Hi Bob
You need to input into the cell in column c as follows:
=value(concatenate(text(a1,"dd-mm-yyyy")&" "&text
(b1,"hh:mm")))
You can then format the cell to date and time.
I've checked this on my excel and it works.
Hope this helps. Let me know how you get on.
Paul
You need to input into the cell in column c as follows:
=value(concatenate(text(a1,"dd-mm-yyyy")&" "&text
(b1,"hh:mm")))
You can then format the cell to date and time.
I've checked this on my excel and it works.
Hope this helps. Let me know how you get on.
Paul