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
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 494 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives