I am trying to have a cell state Compliant or Non-Compliant based off of results in other cells. I need TRS Compliance to say Compliant if, EAS is greater than 6 months from today or the TRS Master = Y.
My current formula for TRS Compliance,
=IF(OR([@EAS]<=Table1[today + 6 months],[@[TRS Master]]=""),"Non-Compliant","Compliant")
MCTIMS - TRS through Date Submitted are all Index(Match) formulas.
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]EAS[/TD]
[TD]MCTIMS - TRS[/TD]
[TD]MCTIMS - CAPSTONE[/TD]
[TD]TRS MASTER[/TD]
[TD]DATE ATTENDED[/TD]
[TD]DATE SUBMITTED[/TD]
[TD]DAYS TO EAS[/TD]
[TD]TRS COMPLIANCE[/TD]
[/TR]
[TR]
[TD]20180401[/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[TD]5-Feb-18[/TD]
[TD]12-Mar-18[/TD]
[TD]88[/TD]
[TD]Non-Compliant[/TD]
[/TR]
</tbody>[/TABLE]
My current formula for TRS Compliance,
=IF(OR([@EAS]<=Table1[today + 6 months],[@[TRS Master]]=""),"Non-Compliant","Compliant")
MCTIMS - TRS through Date Submitted are all Index(Match) formulas.
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]EAS[/TD]
[TD]MCTIMS - TRS[/TD]
[TD]MCTIMS - CAPSTONE[/TD]
[TD]TRS MASTER[/TD]
[TD]DATE ATTENDED[/TD]
[TD]DATE SUBMITTED[/TD]
[TD]DAYS TO EAS[/TD]
[TD]TRS COMPLIANCE[/TD]
[/TR]
[TR]
[TD]20180401[/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[TD]5-Feb-18[/TD]
[TD]12-Mar-18[/TD]
[TD]88[/TD]
[TD]Non-Compliant[/TD]
[/TR]
</tbody>[/TABLE]