Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 51
Default change date formatting in destination cell

I have a date cell that I want formatted "January 1, 2008"; I want to pull
that date into another cell to minimize error, but I want it to be formatted
"1/01/08" because of space limitations. I can't figure out how to change the
date format in my destination cell - is this even possible?

Thanks,
Melody

--
Philippians 4:6
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default change date formatting in destination cell

You can use a formula like:
=a1
or
=if(a1="","",a1)
or
=if(sheet1!a1="","",sheet1!a1)

But then you'll want to format that receiving cell:
Format|cells|Number tab
Date (and choose one of the prebuilt formats)

or use custom: m/d/yy or mm/dd/yy or whatever you want

Melody wrote:

I have a date cell that I want formatted "January 1, 2008"; I want to pull
that date into another cell to minimize error, but I want it to be formatted
"1/01/08" because of space limitations. I can't figure out how to change the
date format in my destination cell - is this even possible?

Thanks,
Melody

--
Philippians 4:6


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default change date formatting in destination cell

FormatCellNumberDate or Custom


Gord Dibben MS Excel MVP

On Thu, 21 Feb 2008 09:49:01 -0800, Melody
wrote:

I have a date cell that I want formatted "January 1, 2008"; I want to pull
that date into another cell to minimize error, but I want it to be formatted
"1/01/08" because of space limitations. I can't figure out how to change the
date format in my destination cell - is this even possible?

Thanks,
Melody


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
Automatically match destination formatting? Nuttysmallbar Excel Discussion (Misc queries) 3 September 30th 09 09:04 PM
Destination formatting 2000? Mex Excel Discussion (Misc queries) 6 February 14th 07 03:43 PM
HDI change paste options default to "Match Destination Formatting HAT3 Setting up and Configuration of Excel 0 May 4th 06 02:51 PM
Format date in destination cell Susan Excel Worksheet Functions 1 April 6th 06 12:06 AM
Change Hyperlink Destination Folder Ron Excel Discussion (Misc queries) 2 July 18th 05 12:55 PM


All times are GMT +1. The time now is 03:06 AM.

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"