Hello,
I am trying to create a flag function based on two Date columns. I want the Flag to go up if either the Date 1 or Date 2 column.
I have unsuccessfully tried: IF(OR([Date 1]@row), "Blank", ([Date 2]@row), "Blank", "Flag", "Unflag")
should I be using numbers instead of "Blank"?
Thank you