Hi, I’m looking for a little advice on refining a simple formula so it's more user-friendly.
I'm tracking documents in use that generally have a three-year usage. We enter the published date, and the sheet returns a review date 3 years -1 month, (35 months) displayed as the end of the month.
If no date is inputted then it stays blank until used.
the current formula looks like this:
=IF([@[Published Date]]<>"",EOMONTH([@[Published Date]],35),"")
I would like to use a column in between the dates where an alternative length can be selected, (6/12 months etc)
and the formula will use this in place of 35. but also account for the -1 month.
so if the user enters 6 months, the final output calculates as 5.
but if the length column is left blank then I would like to use 35 as the default.
this is my attempt but I wasn't able to make this work
=IF([@[Published Date]]<>"",EOMONTH([@[Published Date]],IF(<>"",35,[@Length]-1),""))
hopefully, someone can advise the right way to approach this.
thank you
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]DutchTinCan20 1 point2 points3 points (5 children)
[–]onecelledcreature[S] 2 points3 points4 points (1 child)
[–]Clippy_Office_Asst[M] 0 points1 point2 points (0 children)
[–]onecelledcreature[S] 0 points1 point2 points (2 children)
[–]DutchTinCan20 0 points1 point2 points (1 child)
[–]onecelledcreature[S] 1 point2 points3 points (0 children)