Return a line item that is a past due order?
I have a list of orders with an "Estimated Receive Date" and an "Arrived" date. I want to return the PO number if the received date is blank and the estimated received date is less than today. What formula can I use for this?
Answers
-
I think this formula should work if you have a column named "PO Number" for the PO number:
=IF(AND([Estimated Receive Date]@row < TODAY(), Arrived@row = ""), [PO Number]@row, "")
I hope that helps.
Matt
-
Thanks Matt Johnson,
I will try this formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!