Excel - Combo Box problem

  • Thread starter Thread starter ajw150
  • Start date Start date
A

ajw150

Is it possible to manipulate what the numerical value of the Cell Lin
will be.

i.e If there is a list of A,B,C,D,E,F and the user clicks C, how ca
you get C to equal say 10., rather than whatever order they are in.

Thanks

Andre
 
Not sure I follow. If the user clicks a letter from the
combo box, the linked cell will be populated with that
letter. You can, in another cell, convert this letter to
some numerical value based on a pre-determined list. So if
A1 is the linked cell, something like this would work:

=VLOOKUP(A1,{"A",4;"C",10;"B",7},2,0)

HTH
Jason
Atlanta, GA
 

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

Similar Threads

Scrabble Value calculation for Welsh words 0
VBA- Excel Programming:- 0
Combo box 2
Formula 1
Formula help...=IF? 1
Totaling with "IF" 1
What's Wrong With This Formula? 12
Calculate the value of Z 12

Back
Top