Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet that contains 3 columns, SKU, desc, and price. In a
separate table I want a column where I can type in a SKU and have the price displayed. I can't seem to get the vlookup to work properly. Any help would be appreciated. Harry |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
When you can't get a formula to work you should post the formula, some sample data and tell us what you are getting and what you expect. =VLOOKUP(A1,Sheet2!A1:C1000,3,FALSE) -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Foxrun" wrote: I have a worksheet that contains 3 columns, SKU, desc, and price. In a separate table I want a column where I can type in a SKU and have the price displayed. I can't seem to get the vlookup to work properly. Any help would be appreciated. Harry |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If each SKU is unique try using the SUMIF function:
A1:A100 = SKUs C1:C100 = price E1 = some SKU =SUMIF(A1:A100,E1,C1:C100) -- Biff Microsoft Excel MVP "Foxrun" wrote in message ... I have a worksheet that contains 3 columns, SKU, desc, and price. In a separate table I want a column where I can type in a SKU and have the price displayed. I can't seem to get the vlookup to work properly. Any help would be appreciated. Harry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Max Price and Min Price paid for an item - Rephrsed | Excel Worksheet Functions | |||
Max Price and Min Price paid for an item | Excel Worksheet Functions | |||
what template will figure out a %discount off an item price | Excel Discussion (Misc queries) | |||
Help: Need Excel formula to return correct price from price history table | Excel Discussion (Misc queries) | |||
Most recent price per item | Excel Worksheet Functions |