Hi, I'm trying to do what I thought was a simple formula. I want the flag to check if 1) "Baseline Start" cell is not empty, AND 2) "Baseline Start" is not equal to "Actual Start". Here's what I have so far:
=IF(AND(NOT([Baseline Start]@row, ""), ([Baseline Start]@row <> [Actual start]@row, 1, "")))
Thanks in advance!