In sheet2 I have data key-value. For example:
1 Thomas
2 Michael
In sheet1 I would have combo-box with items (keys). And if I choose from combo-box for example key 1
then next to combo-box (in cell) I would see value Thomas
. It is quite easy with VBA, but I need a lot of such combo-boxes. So if I use VBA then for every combo-box I have to copy the same code of VBA.
Can we do it without VBA? Can we use any formulas? Do you have any idea? If not, how can I make one of code in VBA to all combo-boxes?