View Single Post
  #2   Report Post  
Spencer101 Spencer101 is offline
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by Andrew Arce View Post
Hi,

I'm working on an excel sheet and need some help copying the format from one excel cell into another. In the main cell, i have; =(A46 & " " & B46 & " " &C46). Everything works okay, but the cell in C46 is originally a date (11/24/10). When I use the formula above, the date gets turned into a number. Does anyone know how I can get that part of the cell to not automatically turn into a number? I already tried format paste and changing the format of the cell.

Any other ways anyone can recommend?

Thanks!
Hi,

Try using:

=(A46 & " " & B46 & " " &TEXT(C46,"MM/DD/YY")


And let us know how you get on.

S.