Excel: Combo Box

A

accessman2

Hi:
In Excel, I want a combo box, which can control on each cell.

How can I do that?

Because after I create the combo box, then cell link is B1, then the
combo box only control B1 value, I want it control all cell like this:

___A_B
1____Y
2____N
3____Y
4____N
5...
etc..


How do I fix that? Thanks.

Thanks.
 
P

paul

in another cell i use index or choose to return the value you want from the
dropdown box,say e2=choose(e1,a1,a2,a3,a4,a5) ,and then
vlookup(e2,a1:b5,2,false).If you think more quickly or further ahead than me
you could have the choose formula directly in the lookup value of vlookup
like so=vlookup(choose(e1,a1,a2,a3,a4,a5),a1:b5,2,false).false is a value
which tells vlookup to look for an exact match.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top