Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
for e.g. if the date is 31 -dec-2001, how do i convert to 30-dec-2007
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))
assuming that date is in A1 -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "sharita" wrote in message ... for e.g. if the date is 31 -dec-2001, how do i convert to 30-dec-2007 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATE(YEAR(TODAY()),MONTH(A1),DAY(A1))
assuming that date is in A1 -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "sharita" wrote in message ... for e.g. if the date is 31 -dec-2001, how do i convert to 30-dec-2007 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
THANKS SO VERY MUCH........IT WORKED
"Bob Phillips" wrote: =DATE(YEAR(TODAY()),MONTH(A1),DAY(A1)) assuming that date is in A1 -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "sharita" wrote in message ... for e.g. if the date is 31 -dec-2001, how do i convert to 30-dec-2007 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hours and minutes display as date in formula box | Excel Discussion (Misc queries) | |||
Can I write an excel formula to display the file save date? | Excel Worksheet Functions | |||
calculate anniversary of date after specified date | Excel Worksheet Functions | |||
formula to display "updated" date | Excel Worksheet Functions | |||
How do I get an anniversary date? | Excel Worksheet Functions |