I'm trying to restrict data entry in a cell to a list of values from a dropdown. Easy enough.
But the values that I'd like to populate the cell with are all abbreviations.
I'd like dropdown to to be the fully spelled out phrase, not the abbreviation.
I have a Table with two columns. Full phrase; abbreviation.
Neat trick: =Indirect("Table1[Full phrase]") as the data validation source makes the list the values in the table.
So I tried =Offset(Indirect("Table1[Full phrase]")0,1) as the data validation source. Unfortunately this makes the list in the dropdown become the values in the offset column.
Suggestions?
But the values that I'd like to populate the cell with are all abbreviations.
I'd like dropdown to to be the fully spelled out phrase, not the abbreviation.
I have a Table with two columns. Full phrase; abbreviation.
Neat trick: =Indirect("Table1[Full phrase]") as the data validation source makes the list the values in the table.
So I tried =Offset(Indirect("Table1[Full phrase]")0,1) as the data validation source. Unfortunately this makes the list in the dropdown become the values in the offset column.
Suggestions?