I have the combobox adding a value to the cell. Unfottunately it is adding the list position number of the value... for example: It is displaying 1 instead of Excel. I need it to display Excel. Also it is a Form Combo Box.
Thanks but I am still lost on this one. I rarely use excel for this type of thing. I cannot get the index number to go away. I have tried to use the Index function as above but I am going to have to claim ignorance on this one. Any further detail would be greatly appreciated. Thanks
Using a combobox from the Forms menu, you cannot get the list index (cell link) to go away. You have to use the list index to get the corresponding list text.
Example -- assume a list in col a
apple
lemon
orange
your combobox cell link is in B1 and has a value of 2
your formula is is C1
=INDEX(A1:A3,B1,1) and the value is lemon
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.