Date over 30 days = "text" formula help
I have a column where a date will be entered. Based on that date in another column, I want to state "Pending" if the date is over 30 days past the original entry date.
=IF([DeliveryDate]@row > TODAY(+30), "Pending")
I'm not getting errors with this, however, the text "Pending" is not displaying when the DeliveryDate is over the 30 day mark.
Any direction is appreciated.
Best Answer
-
Hi @Nathan Horn
Hope you are fine, please try the following formula and convert it to a column formula.
=IF(TODAY(-30) > [Delivery Date]@row, "Pending")
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Nathan Horn
Hope you are fine, please try the following formula and convert it to a column formula.
=IF(TODAY(-30) > [Delivery Date]@row, "Pending")
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Bassam,
This works perfectly. Thank you for your assistant!
-
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!