select one option from a box

gurtej176

Board Regular
Joined
Apr 21, 2009
Messages
51
Hi All,

We have a vlookup formula in one cell and the look up value is based on 2 cells , the value of which is based on data validation. Number of items is 15 in one list and 5 in 2nd one. Is there any way to ask user to choose the value in the list without using validation drop down, Like a box with the options listed and then they can choose it by clicking it.

Any idea?
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
You could use a pair of list boxes. Make a new sheet (or some hidden column on your current worksheet if you want) and put your list of numbers there.

Then create a new form control list box, and draw it on your screen.
Right click it and choose Format Control, like Sheet2!$A$2:$A$16, and for the destination, choose the cell where the selection will be held, say $A$1.

You can then use those cells in your vlookup.

You can use ActiveX controls if you don't want all the extra cells, columns etc, but that will require VBA and it will require all users of your document to enable macros.
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,147
Members
452,891
Latest member
JUSTOUTOFMYREACH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top