View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Martin Fishlock Martin Fishlock is offline
external usenet poster
 
Posts: 694
Default Formula not populating from dropdown box.Works when entered manua

I assume you are using data validation with a list.

The datavalidation selects one of the values.

You now need to use vlookup to get the selected item to lookup the number in
your list.

I'm sorry it is a little vague but without specific details it is a little
difficult to be more concrete.


--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"Grandmother of 2" wrote:

I have setup a dropdown box with a list of 16 entries. All 16 entries show
in the dropdown box, but only one works to populate the correct answer from
the formula. Example: When "T" is selected the formula should show and
answer of 0.25 and it does. BUT when I select any of the other options,
example: "A" it should show an answer of 1 but nothing populates. If I
remove the drop down box and just enter each selection manually, all the
formulas populate correctly. What should I check???????