Here is an example of what I want. I have two columns in a named range (namePlace) with the first being a billing code and the second is the description of that code.
Code Place
03 School
05 Office
12 Home
I want the user to be able to choose the code by looking at the Place, but have the Code be what is then in the cell. This way, when the billing department sees it, they recognize it and it takes up less space on the worksheet. Some of the Place descriptions are quite long. Is that clear?
I have thought about a userform popping up when the user clicks on that cell and have a combobox that shows both columns but the first column is the bound one. If I can avoid this, I would like to.
I know I could do it with VLookup, but that would take two cells, wouldn't it?
Thanks