How do I generate scores in a column based on drop-down options selected in another column?
Currently, I have the below dropdowns:
- PX resources ready
- CoE resources ready
- SOP ready
- NA
In another column, I want to pull in the following scores:
- If "PX resources ready" is selected = 1
- If "CoE resources ready" is selected = 1
- If "SOP ready" is selected = 1
- If "PX resources ready" and "CoE resources ready" are selected = 2
- If "PX resources ready" and "SOP ready" are selected = 2
- If "CoE resources ready" and "SOP ready" are selected = 2
- If "PX resources ready" and "CoE resources ready" and "SOP ready" are selected = 3
- If "NA" is selected = 0
How do I get this to work?
Answers
-
Do you have a single multi-select dropdown column with the values OR the values are in different columns? This will help me recommend you a formula.
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/ -
-
Give this a try:
=IF(HAS([Dropdown Column name]@row, "N/A"), 0, COUNTM([Dropdown Column Name]@row))
-
Hi @Paul Newcome,
Thank so much! This works however, when "NA" is selected, I want it to result in a score of "0". Is there an exception we can add to the formula to incorporate this?
Meg
-
That's what is is set up do, but it looks like I used "N/A" instead of what you have "NA". Try taking that forward slash out of there.
-
@Paul Newcome You are a genius - it worked! Thank you so so much :) :)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!