Concatenate Doesn't Work for this

B

brad_pitstain

On a labor time spreadsheet, The date is in one cell and the time is
shown in successive cells for each record.

I need to be able to merge the date (5/11/2006) and the time (11:00 am)
in order to get (5/11/2006 11:00 am).

Concatenate isn't helping.
 
J

Jim Thomlinson

Try just adding the two cells together...

=A1 + B1

Assuming that you have an excel date in the one cell and an excle time in
the other this should work...
 
M

Marcelo

Hi Brad,

just use a1+b1 (assuming 5/11/2006 is on a1 and 11:00 am in b1)

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"[email protected]" escreveu:
 
Top