Using combo box

  • Thread starter Thread starter Jessie
  • Start date Start date
J

Jessie

Hello,
is there a way to use the values in the combo box instead
of the index?

for example:
In the combobox the first selection is 7.5. Whne the user
selects 7.5 the cell that the combobox links to is
populated with a 1. How can I make it populated with 7.5?

thanks,
jessie
 
You can't with a forms combobox/dropdown (without programming). What you
can do is link to the cell underneath the combobox. This cell will then
hold the value. Now in the visible cell, put in a formula like
=index(linked_range,index number, 1)

To pull the appropriate value from the source data.
 

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

Back
Top