Three way lookup (1 row, two columns)

vijayamani1987

New Member
Joined
Mar 16, 2014
Messages
32
Here is my requirement...


Oct-13Nov-13Dec-13
Item nameCostMRPQtyCostMRPQtyCostMRPQty
clip 202532530 51830 6
stone clip 708027590 46590 8
oval clip 607216075 06080 2

<tbody>
</tbody>

I need to find the MRP value of stone clip for nov-13.

I am not much familiar with excel. Please give me a solution and thanks a lot in advance...
 
D8:
Rich (BB code):
=SUMPRODUCT(
  --(Master!$E$12:$E$100=$C8),
  --(TEXT(Master!$B$12:$B$100,"mmmyy")=TEXT(E$5,"mmmyy")),
  Master!$F$12:$F$100,
  Master!$G$12:$G$100)
Also:
Rich (BB code):
=SUMPRODUCT(
  --(Master!$E$12:$E$100=$C8),
  --(Master!$B$12:$B$100-DAY(Master!$B$12:$B$100)+1=E$5),
  Master!$F$12:$F$100,
  Master!$G$12:$G$100)


See blue colored cells...

https://dl.dropboxusercontent.com/u/65698317/mrexcel1%20vijayamani1987.xlsm


 
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.

Forum statistics

Threads
1,216,077
Messages
6,128,676
Members
449,463
Latest member
Jojomen56

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top