Formula so if reference is selected, a specific value is returned.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A list with 5 different scenarios each have a specific value next to them.
When a dropdown list with all 5 scenarios is opened and one scenario is
selected, the relevant value appears in an adjacent cell.
 
A vlookup pointing to the dropdown list's cell would be one way

Eg Assuming dropdown cell is D1, then you could place in E1
=IF(D1="","",VLOOKUP(D1,{"Scenario1",20;"Scenario2",14;"Scenario3",18;"Scenario4",17;"Scenario5",13},2,0))
 

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