Good day Gurus....
I have two cells on a sheet named MASTER
A1 is a date formatted thus 03-Sep-16
B1 is a time formatted thus 13:30
I am trying to write
"This is to confirm our appointment for: 03-Sep-16, 13:30"
I get the date to work, but not the time, with this attempt:
=CONCATENATE("This is to confirm our appointment for: ",TEXT(MASTER!A1,"DD-MMM-YY", TIME(MASTER!B1,"hh:mm")))
I cannot see what I am doing wrong.
I have two cells on a sheet named MASTER
A1 is a date formatted thus 03-Sep-16
B1 is a time formatted thus 13:30
I am trying to write
"This is to confirm our appointment for: 03-Sep-16, 13:30"
I get the date to work, but not the time, with this attempt:
=CONCATENATE("This is to confirm our appointment for: ",TEXT(MASTER!A1,"DD-MMM-YY", TIME(MASTER!B1,"hh:mm")))
I cannot see what I am doing wrong.