Auto Checkbox Formula - past the date

Hello, I'd like to have some kind of formula for the checkbox for it to be checked once the date is passed...meaning the meeting has been completed. That way we don't have to manually do it and probably forget to do it. What kind of formula would I use?
Best Answer
Answers
-
-
Hii thanks for answering! I'm getting an error message on it :( any thoughts?
-
-
Yay it worked thank you!
-
@Paul Newcome how can I add to this equation to not mark lines that are blank in the date column as late?
-
@Liz Wallace You would start it with another if.
=IF([Date Column]@row <> "", rest_of_original_formula)
-
@Paul Newcome this is what I am trying and its not working =IF([Due Date]@row<>,(TODAY() > [End Date]@row, 1)
-
This was my current column formula" =IF(TODAY() > [End Date]@row, 1)
-
@Liz Wallace Your syntax is off. You are missing the double quotes before the first comma and the IF before the opening parenthesis before TODAY().
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 462 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!