Hi!
I am building some QA into my Base, and have x4 date columns that I want to check all equal each other.
To ensure the first x3 dates equal each other I have used:
IF(AND({Date 1}={Date 2},{Date 2}={Date 3}),“Match”,“Not match”)
I think that is ri...