Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using If fuction and vlookup with list | Excel Worksheet Functions | |||
vlookup for the second value of a list | Excel Worksheet Functions | |||
Filter the results of a list based on a previous vlookup against the same list | Excel Worksheet Functions | |||
vlookup returns list? | Excel Worksheet Functions | |||
An unsorted list in vlookup | Excel Worksheet Functions |