Thread: lookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default lookup

Assume your 3 columns are in A1:C20 (part#, price, in stock), the part number
you want to look up is in cell D1,

=VLOOKUP(D1,$A$1:$C$20,2,0)
=VLOOKUP(D1,$A$1:$C$20,3,0)


"Ken" wrote:

lookup i using three column part #, price, parts in stock. I won't to
lookup
part # and it wil show price and show parts in stock

 
ExcelBanter Database Error
Database Error Database error
The ExcelBanter database has encountered a problem.

Please try the following:
  • Load the page again by clicking the Refresh button in your web browser.
  • Open the www.excelbanter.com home page, then try to open another page.
  • Click the Back button to try another link.
The www.excelbanter.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.