Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an excel sheet with hire dates in one column and I need a formula that
will return the same month and day as the hire date but with the current year. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=DATE(YEAR(TODAY(),MONTH(A1),DAY(A1))
-- Kind regards, Niek Otten Microsoft MVP - Excel "bookish" wrote in message ... |I have an excel sheet with hire dates in one column and I need a formula that | will return the same month and day as the hire date but with the current | year. Any ideas? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=date(year(today()),month(A1),day(A1))
if A1 contains the hire date, this should work. Sam "bookish" wrote: I have an excel sheet with hire dates in one column and I need a formula that will return the same month and day as the hire date but with the current year. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dates formula | Excel Worksheet Functions | |||
Help with Dates in a Formula | Excel Worksheet Functions | |||
formula for dates | Excel Worksheet Functions | |||
Formula With Dates | Excel Worksheet Functions | |||
Dates in Formula | Excel Discussion (Misc queries) |