Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 127
Default Date Format HELP

Please I need help in formating date. I have the following types of dates.

What I have I want to achieve this.
August 2006 08/01/2006
July 2008 07/01/2008
May 2nd 2003 05/02/2003

All help totally appreciated.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Date Format HELP

FinalDate = Format(Your_Date, "mm/dd/yyyy")
--
Robert
Author of RibbonX: Customizing the Office 2007 Ribbon:
LATEST INTERACTIVE TUTORIAL:
http://www.msofficegurus.com/videos/...p_HT_Chart.asp
FORUM: http://www.msofficegurus.com/forum/

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Date Format HELP

If they are real date, just use a cell format of mm/dd/yyyy.

If it is a string as shown, use =TEXT("01 " &A1,"mm/dd/yyyy")

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Yossy" wrote in message
...
Please I need help in formating date. I have the following types of dates.

What I have I want to achieve this.
August 2006 08/01/2006
July 2008 07/01/2008
May 2nd 2003 05/02/2003

All help totally appreciated.

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 127
Default Date Format HELP

Thanks guys, Bob your formula works but not for dates like September 2nd 2006.
Also I do not understand what Robert Martim means. Please clarify

Thanks a big bunch.

"Bob Phillips" wrote:

If they are real date, just use a cell format of mm/dd/yyyy.

If it is a string as shown, use =TEXT("01 " &A1,"mm/dd/yyyy")

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Yossy" wrote in message
...
Please I need help in formating date. I have the following types of dates.

What I have I want to achieve this.
August 2006 08/01/2006
July 2008 07/01/2008
May 2nd 2003 05/02/2003

All help totally appreciated.

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
permanent conversion of 1904 date format to 1900 date format Jos Excel Worksheet Functions 4 November 26th 15 02:48 PM
How do I convert dd/mm/yy date format to yyddd Julian date format itzy bitzy[_2_] Excel Worksheet Functions 8 December 11th 09 03:20 AM
change date format dd/mm/yyyy to Julian date format? itzy bitzy Excel Worksheet Functions 1 December 8th 09 07:42 PM
code to convert date from TEXT format (03-02) to DATE format (200203) Gauthier[_2_] Excel Programming 0 September 22nd 04 03:26 PM
Change a date in text format xx.xx.20xx to a recognised date format concatenator Excel Programming 1 November 24th 03 11:33 PM


All times are GMT +1. The time now is 08:13 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"