Setting formula to match dropdown list in columns (same row, same sheet)
Hello,
I need help please.
Is there a way to set-up a formula so that an item in a column with dropdown list will automatically select an item in another column with a dropdown list?
For example, Column A has 1,2,3 in dropdown and Column B has 4,5,6 in its dropdown list. If 1 is selected in Column A, it will automatically match with 4 in Column B.
Answers
-
@Jing Is it always a one to one match or do you sometimes want the user to be able to select something specific in Column B?
If it's a one to one match, you can create a formula in Column B that looks at Column A. If there are a lot of choices, I would create a helper lookup table.
If you want the person to be able to change Column B, you use an automation, but then you need a path for each value you want automatically selected in Column B.
I hope that makes sense. If either of these works for what you are trying to do and you need help on the details, let me know.
-
Hi @sharkasits,
Thank you for taking the time to answer my question. Yes, indeed. It's a one to one match. The choices is only maximum of 5. can you please let me know the step by step process how to create the formula?
-
@Jing If it's only 5, you can write a formula in column B:
=IF([Column A]@row = <<value 1>>,<<coresponding Column B value 1>>,IF([Column A]@row = <<value 2>>,<<coresponding Column B value 2>>,IF([Column A]@row = <<value 3>>,<<coresponding Column B value 3>>,IF([Column A]@row = <<value 4>>,<<coresponding Column B value 4>>,IF([Column A]@row = <<value 5>>,<<coresponding Column B value 5>>,"")))))
Just replace everything between each set of <<value>> with your values.
-
Hi @sharkasits,
Thanks so much for your guidance. I have tried the formula (please see image below) but I am getting a "CIRCULAR" notification.
Please advise. Thank you!
-
@Jing Your existing formula would need to go in the [Member Type] column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!