Data validation using LIST brings back a "named" range of values. This is one way to "select" a value to place into the cell. My list of "values' are text strings that can be long and difficult to read. What I would like to do is to offer the user a abbreviated text or number and fill the cell with the entire string. Here's an example:
ShortDescription LongDescription
orange An Orange Color Thingy
red A Red Color Thingy
blue A Blue Color Thingy
black A black Color Thingy
What the data validation list shows the user is:
Orange
Red
Blue
Black
What I want the selection to do is to bring back the long description. I know this can be down with a form or using one column to select the information and another to display the correct information (using the INDIRECT or Vlookup Functions). What I want to know is if this can be done using a function(s) in the data validation list. Thanks in advance for any help or direction on this.
Chris
ShortDescription LongDescription
orange An Orange Color Thingy
red A Red Color Thingy
blue A Blue Color Thingy
black A black Color Thingy
What the data validation list shows the user is:
Orange
Red
Blue
Black
What I want the selection to do is to bring back the long description. I know this can be down with a form or using one column to select the information and another to display the correct information (using the INDIRECT or Vlookup Functions). What I want to know is if this can be done using a function(s) in the data validation list. Thanks in advance for any help or direction on this.
Chris