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
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 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!