Hello,
I'm trying to compare a date to that same date plus 30 days (for payment purposes) and return a message, and i've not been able to do it. I'm using this formula: =if(today()>d2+30, "delayed", "ok")
(D2 is where i have my date). What am i doing wrong here? I'm using MS Office 365...