reneev
Board Regular
- Joined
- Apr 26, 2017
- Messages
- 53
I have the following formula in a report which takes the hire date (3/15/16) and converts it to the end of the month of the current year (3/31/17) which is when their next annual appraisal would be due. Works great....
=EOMONTH(DATE(YEAR(TODAY()),MONTH($J4),DAY($J4)),0)
HOWEVER, now that it's 2018, it's converting that date to 3/31/18. This is a 2017 report and I need it to keep its 2017 dates. How do I edit this formula to refer to a specific year and not "Today".
In the future, I will copy/paste values to remove the formula when I'm finished with my report to preserve the dates.
=EOMONTH(DATE(YEAR(TODAY()),MONTH($J4),DAY($J4)),0)
HOWEVER, now that it's 2018, it's converting that date to 3/31/18. This is a 2017 report and I need it to keep its 2017 dates. How do I edit this formula to refer to a specific year and not "Today".
In the future, I will copy/paste values to remove the formula when I'm finished with my report to preserve the dates.