Below are the formulas I am using to get the follow up date to automatically calculate
Final row shows incorrect date at times and sends Automation reminder a day early. The sheet is opened everyday Monday through Friday and has changed while the sheet was open from the correct date to a day early and back to the correct date. Any ideas how to prevent this or what is causing it?
=IFERROR(IF(AND([Evaluation #]@row = "2", [Monitor Type]@row = "CPA"), INDEX(COLLECT([Follow Up Date]:[Follow Up Date], [Oracle ID]:[Oracle ID], [Oracle ID]@row, [Evaluation #]:[Evaluation #], "1", [Monitor Type]:[Monitor Type], "CPA"), 1), ""), "")
Follow Up Date Formula
=IFERROR(IF(AND([Evaluation #]@row = "1", [Monitor Type]@row = "CPA"), WORKDAY([Test completion]@row, 5), ""), "")
Test Completion that is referenced the follow up date formula
=IFERROR(IF([Monitor Type]@row = "CPA", INDEX(COLLECT({Created}, {Month}, Month#, {Oracle ID}, [Oracle ID]@row, {Audit #}, [Evaluation #]@row), 1), ""), "")