Thread: Drop down table
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RB[_2_] RB[_2_] is offline
external usenet poster
 
Posts: 15
Default Drop down table

Hello,

I have 2 columns; first column is the code and the second one is a
description of the code.

I am trying to create a dropdown list on a seperate sheet so that when
I select the code, it should return the description.

I used the combo box to create the drop down list with the code and
the description as the input range and wrote a vlookup to return the
value in that box. But, it's not returning the proper value.

Any clues?

RB