How do I return a value by clicking an associated list box item

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

Guest

I have a list of items that have an associated cost. I'd like to clck on an
item and have its associated cost show up in a cell as part of a continuous
calculation.

Thanks
 
You could use Data Validation to create a drop-down for entering the item and a
lookup table and VLOOKUP formula to return the Cost in an adjacent cell.

See Debra Dalgleish's site for more info on these two.

http://www.contextures.on.ca/xlDataVal01.html

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP

I have a list of items that have an associated cost. I'd like to clck on an
item and have its associated cost show up in a cell as part of a continuous
calculation.

Thanks

Gord Dibben MS Excel MVP
 

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