formula for date
I have a column titled "order submit date" i would like for the formula to put a checkmark or flag (which ever is easier) in the "process time" column if its been 5 days since the "order submit date entry"
do i have the formula sort of correct?
=IF([Order Submit Date]@row >= TODAY(5), not sure what goes here to return a check mark or flag)
Best Answer
-
You just about have it. Create column type checkbox. Then for your if statement use your formula in that box where the "If TRUE Then 1. If you return a 1 you will see the box is checked.
=IF([order submit date]@row >= TODAY(5), 1)
Answers
-
You just about have it. Create column type checkbox. Then for your if statement use your formula in that box where the "If TRUE Then 1. If you return a 1 you will see the box is checked.
=IF([order submit date]@row >= TODAY(5), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!