Jun 23, 2022 09:50 PM
Hi could I get some help. I’m going nowhere with IFs and the Date/Time functions.
How do I get make this work to print a result if the DateCreated is 30+ days older than TODAY()
Driving me mad thanks
Jun 23, 2022 10:05 PM
IF({datetime-diff} <-30, “retire”)
made it! nearly killed me.