I have two named ranges
range 1 : test1, test2, test3, test4
range 2 : 20, 30, 50, 80
If I select one of the values from range 1, then the corresponding range 2 value should be copied to next cell. For example, if I select 'test 3' from dropdown, then text '50' should be copied to adjacent cell.
From the OP's comments below:
Sheet 2 has two named ranges - range 1 and range 2. In sheet 1, First column is assigned 'range 1'. If I select one of the values from range 1, then the adjacent cell should have corresponding 'range 2' value.