This is just a worksheet. In the Listfill range it is 10%, 20%, 30%, etc. which is in A11 - A20. When I select the dropdown it shows 10%, 20%, 30%, etc, but actually displays 0.1, 0.2, 0.3. I tried the suggestion from Luke too, but it is not changing.
Really struggling with this. thanks.
You could enter the data in the Listfill range as text. Then, if you need to do math calculations with the selected item it will get coerced into the numeric equivalent.
For example A11 = the TEXT entry 10%.
The combo box displays the text entry 10%.
A1 = the combo box linked cell containing the text entry 10%.
If you need to use that in a math operation, like, find 10% of 100...
=100*A1
The text entry, 10%, gets coerced into the numeric equivalent 0.1. So:
=100*A1 = 10
--
Biff
Microsoft Excel MVP