View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default lookup part number and category and provide intersection price

=INDEX(A1:M100,MATCH(<partnumber,A1:A100,0),MATCH ("y",A1:M1,0))

<partnumber is part number. Within double quotes if text
y is level..

If this post helps click Yes
---------------
Jacob Skaria


"Nelson" wrote:

Good day, I have a pricing sheet that has part numbers (A2: A100), pricing
levels (B1: M1) and the pricing inbetween.

What would the formula be that says if if part number equals X and price
level is Y give me the intersecting price.

Thanks in advance

--
Nelson
--
Nelson