Drop Down Menus

Hello,
I have a drop-down menu with a few selections and I want the next cell over to have a text based on what is selected from the drop-down menu. Can this be done?
So on cell B3 I selected 5, and I want the word Tom to populate on cell B4 based on that selection.
Thank you!
Comments
-
You would need to create an IF formula. Please note that smartsheets does not use column letters for its formulas but uses column names instead. Replace Column name B in the following formula, with your own column name and you will have a formula for the column and row 3. I nested an additional couple IF statements so you can add other statements and see how it goes.
=IF([Column Name B]3 = "5", "Tom, IF([Column Name B]3= 6, "John", IF(Column Name B]3 = 7, "Oscar")))
Here is more information on IF statements: https://help.smartsheet.com/function/if
-
Cross Reference the data from another sheet.
https://help.smartsheet.com/articles/2476606-formulas-reference-data-from-other-sheets?frame=0&nav=1
Use a VLOOKUP to get the appropriate value from a separate Look up table.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.6K Get Help
- 472 Global Discussions
- 200 Use Cases
- 513 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives