Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a function that returns the month and day when you type in one of
the numbers 1-365? If not, does anyone know the formula that will return the month and day? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
maybe (with 1-365 typed into A1):
If you want the date: =DATE(YEAR(TODAY()),1,A1) if you want the month: =month(DATE(YEAR(TODAY()),1,A1)) if you want the day: =day(DATE(YEAR(TODAY()),1,A1)) or =DATE(YEAR(TODAY()),1,A1) formatted as: mmdd ??? Amy wrote: Is there a function that returns the month and day when you type in one of the numbers 1-365? If not, does anyone know the formula that will return the month and day? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date function in Excel that updates only when a doc is changed? | Excel Worksheet Functions | |||
Date Function | Excel Discussion (Misc queries) | |||
date format and the RIGHT function | Excel Worksheet Functions | |||
Date function | Excel Worksheet Functions | |||
Is there a function to show future date | Excel Worksheet Functions |