Need help fixing formula (single value for multiple selections)
I was working on coming up with a formula that if the user selects either one choice or multiple choices in the same category it will equal the same or highest amount. The sample data I used was as follows:
Dog, cat = 3
Mouse, rat = 2
Snake, lizard = 1
The following formula was suggested to me and it does work to a certain degree:
=IF(OR(HAS([Animal dropdown]@row, "Dog"), HAS([Animal dropdown]@row, "Cat")), 3, IF(OR(HAS([Animal dropdown]@row, "Mouse"), HAS([Animal dropdown]@row, "Rat")), 2, IF(OR(HAS([Animal dropdown]@row, "Snake"), HAS([Animal dropdown]@row, "Lizard")), 1)))
The problem I'm having is when multiple selections are made. If two selections are made, even with the same value, the cell goes blank. Instead of selecting dog and cat = 3 or dog and mouse = 3 the cell won't give a value. However, if a single selection is made it will give it the corresponding value such as selecting snake = 1. I've tried different ways but I can't get it to work. Any suggestions would `be greatly appreciated.
Best Answer
-
Is your [Animal Dropdown] set to a Dropdown list with "Allow multiple values per cell" checked as per the images below?
Answers
-
Hello @KCope21 - I saw your original Q when it came in and was working on a demo for you but in the mean time you got your answer from another commenter. I was able to get the formula you was provided to work as per below:-
Have you a screenshot of your set up to help resolve the error?
-
Hi @Protonsponge. Thank you for taking the time to help on this. Please see the screenshot below. I have a feeling it has to do with the properties of the column but I just can't figure it out.
-
Is your [Animal Dropdown] set to a Dropdown list with "Allow multiple values per cell" checked as per the images below?
-
@Protonsponge Thank you so much. That did the trick and its up and running.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!