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
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 217 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 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!