Lord Help Me!
Answers
-
My quick take on a formula. Same idea in general but just a different approach.
=IF(AND(🚦@row = "No", [📅 OFR]@row = ""), 0, IF([📅 OFR]@row <> "", [📅 OFR]@row, TODAY()) - 📅🏁@row)
Only slightly less typing, but the biggest change really though that I would suggest is removing the quotes from around the zero if you plan to run any metrics such as an average of days open. Putting the quotes around the zero converts it to a text value which means that 1: It won't be usable as a number in formulas, and 2: It creates a mix of data types (text from "0" and numeric from subtraction of date) within the same column which has been known to cause issues with formulas referencing the column.
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
- 496 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!