I am trying to have a cell state Compliant or Non-Compliant based off other cells.
If TA Error = FALSE and Days to EAS - TRS Completion is greater than or equal to (>=) 180 show Compliant OR if Days to EAS is >= 180 show Compliant.
This is what I have so far, but it doesn't seem to work.
=IF(AND(OR([@[Days To EAS]=]=>=180),[@[TA Error]]=FALSE,[@[Days to EAS - TRS Completion]=]=>=180),"Compliant","Non-Compliant")
The TRS Compliance, where this formula is located, is sometimes displaying Non-Compliant when it should say Compliant, and vice versa.
[TABLE="width: 500"]
<tbody>[TR]
[TD]TA
[/TD]
[TD]TA COMP DATE
[/TD]
[TD]DAYS TO EAS
[/TD]
[TD]DAYS TO EAS - TRS COMPLETION
[/TD]
[TD]TA ERROR
[/TD]
[TD]TRS COMPLIANCE
[/TD]
[/TR]
[TR]
[TD]TA
[/TD]
[TD]18-APR-18
[/TD]
[TD]59
[/TD]
[TD]59
[/TD]
[TD]FALSE
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#N/A
[/TD]
[TD][/TD]
[TD]73
[/TD]
[TD]43281
[/TD]
[TD]TRUE
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#N/A
[/TD]
[TD][/TD]
[TD]237
[/TD]
[TD]43445
[/TD]
[TD]TRUE
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If TA Error = FALSE and Days to EAS - TRS Completion is greater than or equal to (>=) 180 show Compliant OR if Days to EAS is >= 180 show Compliant.
This is what I have so far, but it doesn't seem to work.
=IF(AND(OR([@[Days To EAS]=]=>=180),[@[TA Error]]=FALSE,[@[Days to EAS - TRS Completion]=]=>=180),"Compliant","Non-Compliant")
The TRS Compliance, where this formula is located, is sometimes displaying Non-Compliant when it should say Compliant, and vice versa.
[TABLE="width: 500"]
<tbody>[TR]
[TD]TA
[/TD]
[TD]TA COMP DATE
[/TD]
[TD]DAYS TO EAS
[/TD]
[TD]DAYS TO EAS - TRS COMPLETION
[/TD]
[TD]TA ERROR
[/TD]
[TD]TRS COMPLIANCE
[/TD]
[/TR]
[TR]
[TD]TA
[/TD]
[TD]18-APR-18
[/TD]
[TD]59
[/TD]
[TD]59
[/TD]
[TD]FALSE
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#N/A
[/TD]
[TD][/TD]
[TD]73
[/TD]
[TD]43281
[/TD]
[TD]TRUE
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]#N/A
[/TD]
[TD][/TD]
[TD]237
[/TD]
[TD]43445
[/TD]
[TD]TRUE
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: