View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Concatenate Doesn't Work for this

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...
--
HTH...

Jim Thomlinson


" wrote:

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.