Hey, guys!
I’m trying to add a column that return to me a specific message when attends some date criteria.
Actually, I did the formula and it was working well:
IF(AND(DAY({Final date})=DAY({Request date}),MONTH({Final date})=MONTH({Request date}),YEAR({Final date})=YEAR({Request date})),“ Warning”, IF({Final date}<{Request date},“
Wrong”,“
Right”))
But after some tests I noticed that something weird was happening
How you can see, the first and the second line returned strange results…
Is there something wrong with the formula?
Thanks!