Concatenate function

N

NSNR

Hi,
How can I concatenate these 2 cells: one is time and the other is text: 9:00
and AM and I want the result to be 9:00 AM
=CONCATENATE(AD2, " ", AE2)
I have tried different formating cells but it doesn't work, this is what I
get:
0.375 AM

Thanks for your help.
 
D

Daryl S

NSNR -

You must format the time (which is a number) to text:

=TEXT(AD2,"H:MM") & " " & AE2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top