View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do I return a value by clicking an associated list box item

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

On Thu, 31 Aug 2006 16:53:01 -0700, rpbsr
wrote:

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