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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!