#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JR
 
Posts: n/a
Default Date Formula

Hello,

Will someone help me out with the formulas that will pull out the month,
then day, then year from a date. For example:

From todays date

3/22/06

I would like to return:

A5: March
A6: 22
A7: 2006

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Date Formula

A1: =TODAY()

A5: =MONTH(A1)
A6: =DAY(A1)
A7: =YEAR(A1)

HTH
--
AP

"JR" a écrit dans le message de
...
Hello,

Will someone help me out with the formulas that will pull out the month,
then day, then year from a date. For example:

From today's date

3/22/06

I would like to return:

A5: March
A6: 22
A7: 2006

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default Date Formula

=TEXT(A1,"mmmm")
=DAY(A1)
=YEAR(A1)

Vaya con Dios,
Chuck, CABGx3



"JR" wrote:

Hello,

Will someone help me out with the formulas that will pull out the month,
then day, then year from a date. For example:

From todays date

3/22/06

I would like to return:

A5: March
A6: 22
A7: 2006

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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Trending Formula Results by Date sony654 Excel Worksheet Functions 0 January 2nd 06 02:33 AM
Year-to-date year to date formula Philm Excel Worksheet Functions 1 October 7th 05 02:50 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM


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