Help I have a column formula that is to calculate the when the team needs to reevaluate a row. This needs to happen every 6 months. The formula works for most rows but there are some that are now showing invalid value - this formula has been set to a column formula when the sheet was created so I am very confused.
Date Column is formatted with date mm/dd/yr
Formula is:
=DATE(YEAR([Screened dated]@row) + INT((MONTH([Screened dated]@row) + 6) / 12), MOD(MONTH([Screened dated]@row) + 6, 12), DAY([Screened dated]@row))
Can anyone help me to fix the formula so it stays working for every row? or explain why it is working for most rows but not all randomly?
I will add with a deeper review this error is only happening to entries made in June 2025 that should populate a December date. the Formula does show to work properly for crossing years Dec 24- June 25
Thank you.