IF Function that produce multiple "value_if_true" outcomes
Answers
-
The reason your formula is returning blank if there are multiple trues is because you have the formula as a nested IF which works from left to right and stops on the first true value. To be able to populate multiple outputs based on multiple true values, you would have to "add" your IF statements together instead of nesting them.
=IF(Column@row = "A", "A") + IF(Column@row = "B", "B") + ...............
Having said that, there is unfortunately no way to use a formula to output multiple useable contacts into a single contact cell even if the columns set to allow multiple contacts.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!