Hi,
I am looking for a solution to this problem, which I think is pretty challenging. (Ideally I would like to have it sorted out without VBA or the least amount of code)
I have a lookup table like this
CityID City
1 London
2 Rome
3 Venice
4 Paris
...
....
1) Part 1
if cell A1 contains =2, the cell will display Rome,
if cell A2 contains =4, the cell will display Paris and so on
This of course should be only for a fixed Range of cell.
2) Part 2
I would like to have for each cell a combo box that (kind of Validation List)
Combo box displays Rome, Cell Value = 2
Combo box displays Venice, Cell Value = 3
Thanks
arguros
Yes vlookup would be the way to go
http://www.freewebs.com/davesexcel/V...20Example2.xls
Hi,
the Vlookup does not do what I would like to.
I just want to insert 1 in the cell have the very same cell show "London"
This would require VBA. Check out this example, Right click on the Sheet tab and select View Code to see the code.
The data is in The Data Sheet.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks