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)
Certified Platinum Partner
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!