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 :) :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!