Forum Discussion

grantSteiner's avatar
grantSteiner
Qrew Member
7 years ago

Help With Function That Returns Today Date

I am trying to write and if statement that checks a follow up date field to see if it is greater than or equal to today date. I can't seem to get rid of the syntax error. Here is my current formula.
=IF(Today()>=[Next_Follow_Up_Date],"Action Needed","No Action Needed"))

Any help is greatly appreciated.