Formula for populating a column (1st column) based on a drop down (2nd column)
Data to populate column is in a source sheet
Answers
-
-
I would use several nested IF functions:
=If({Column 2}="dropdown opt.1", "value you want", If({Column 2}="dropdown opt.2", "value you want, If({Column 2}="dropdown opt.3", "value you want", "")
You can just keep adding IFs until you have all the option and then put "" at the end so column 1 will stay blank if none of the dropdowns in column 2 have been chosen.
-
This might help explain better
-
This might help explain better
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!