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
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!