Need help with "if" formula
help!
I would like my "outside lead time" column to populate a number when different options are chosen in my "outside process" column. Example, if passivate is chosen then i want outside lead time to populate "5",
ideally if 2 items are chosen in outside process it would add the 2 values in "outside lead time example "passivate" and "edm" both have "5" as values then outside lead time would read 10.
Answers
-
@brandon Calvert something like…
=if(contains("passivate",[outside process]@row),5,0)+if(contains("edm",[outside process]@row),5,0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 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!