ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   return the price of an item in a cell (https://www.excelbanter.com/excel-worksheet-functions/236258-return-price-item-cell.html)

Foxrun

return the price of an item in a cell
 
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

Shane Devenshire[_2_]

return the price of an item in a cell
 
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


T. Valko

return the price of an item in a cell
 
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





All times are GMT +1. The time now is 02:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com