View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default vlookup from a list

Hi,

VLOOKUP(#,List,2,FALSE)

would look up a # in the first column of List and bring back the item in
column 2 if a match is found in column 1.

Cheers,
Shane Devenshire

"Lisa" wrote:

solved it

"Lisa" wrote:

On sheet 1, I have a list of item #'s referenced from sheet 2. I need to
return a cost on an adjacent cell in sheet 1 for the item # looked up.

any ideas?