Greeting from Australia,
I have a formula (below) to calculate a when the next service is due. The service cycle column is form a drop down selection of 3, 6 or 12 months. I would like when the service cycle is selected, and the service/condemned date is updated that it automatically populates the "next PM Due" column.
The below formula is working for 3 and 6, months, but not 12 and I cant work out why? Here is my data
=DATE(YEAR([Serviced/Condemned Date]@row) + INT((MONTH([Serviced/Condemned Date]@row) + [Service Cycle]@row) / 12), MOD(MONTH([Serviced/Condemned Date]@row) + [Service Cycle]@row, 12), DAY([Serviced/Condemned Date]@row))
Thank you for helping me.
Cheers Fiona