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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!