Parse multi-selection cells
I've poured over several threads about JOIN() formulas, attempting to parse values from a multi-selection cell [Supply SKU]. The end goal is to use those values to lookup another sheet to bring in a cost. The A,B,C formulas in this thread are the first to get the result I'm looking for however, I have up to 14 values that could be selected. Here are some examples of what I'm working with. Since I have so many values that could be returned, I feel I need to go back to the JOIN() (maybe JOIN(COLLECT())?) formula but can't seem to get it working past the 2nd value. I added in a delimiter "+" to see if that would help but to no avail. Any thoughts are greatly appreciated!
Best Answer
-
Do you want to bring in the total cost for all the items together?
An example of this would be:
=SUMIFS({Range of Product Costs}, {Range of Product Names}, HAS([Supply SKU]@row, @cell))
Answers
-
Do you want to bring in the total cost for all the items together?
An example of this would be:
=SUMIFS({Range of Product Costs}, {Range of Product Names}, HAS([Supply SKU]@row, @cell))
-
@Leibel S thank you very much. That appears to have done the job!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!