Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 6
Default Need Help copying part of an Excel Cell?

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!
  #2   Report Post  
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.
  #3   Report Post  
Junior Member
 
Posts: 6
Default

Quote:
Originally Posted by Spencer101 View Post
Hi,

Try using:

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


And let us know how you get on.

S.
Perfect! Works like a charm.
  #4   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by Andrew Arce View Post
Perfect! Works like a charm.
Glad to hear it :)
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 621
Default Need Help copying part of an Excel Cell?

=A46 & " " & B46 & TEXT(C46," mm/dd/yyyy")


Gord

On Wed, 30 May 2012 14:49:08 +0000, Andrew Arce
wrote:


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!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying part of a cell David Excel Discussion (Misc queries) 3 December 29th 09 08:46 PM
Copying Chuns - A part of the whole Field - from Access to Excel Varne Excel Programming 5 December 6th 08 12:57 PM
Copying part of a string to another cell Chad[_3_] Excel Programming 1 October 22nd 08 01:15 AM
Copying part of a cell lea Excel Discussion (Misc queries) 2 June 15th 08 01:18 AM
Copying Part of a row down part of a column Not Excelling Excel Discussion (Misc queries) 3 January 6th 06 11:58 PM


All times are GMT +1. The time now is 01:09 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"