Referencing a list of order QTYs against parts by week number

anton123

New Member
Joined
Aug 4, 2017
Messages
2
Hi,

I have been trying to reference a list of orders into a time line plan for a product.

The report data is listed by part number and re-occurs based on different Purchase Orders (POs) - image Order List — imgbb.com
kaFARa

dUWjma


My time line plan is organised by part number - image Time Line — imgbb.com

What I need to do is get all of the orders from the report data organised into the time line plan based on Part then week, returning the values in columns F-AA on the attached images. I have included statements in row 3 to explain fully the data I am looking to populate each column with.

I have tried to use vlookups which works but this failed as it doesn't account for multiple entries of the same value within the data. I have tried combining IF statements with vlookups and again only limited success.

Looking around online I believe it may be Index and Match functions I need, but I have limited knowledge of how to make this work. can anyone advise?

If anyone has a solution to the data I need in columns C, D and AC I would also appreciate it.

Thank you,
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
itemsupplierqtydeliv dateweeknum
item1s11001/08/201731
item2s31509/08/201732
item2s32017/08/201733
item3s22525/08/201734dateweek
item4s13002/09/20173629/07/201731
item5s33510/09/20173705/08/201732
item1s14018/09/20173812/08/201733
item1s13510/08/20173219/08/201734
item2s33004/10/20174026/08/201735
item3s22512/10/20174102/09/201736
item3s22020/09/20173809/09/201737
item4s11528/10/20174416/09/201738
item1s11005/11/20174523/09/201739
item5s33013/11/20174630/09/201740
07/10/201741
14/10/201742
21/10/201743
28/10/201744
04/11/201745
11/11/201746
18/11/201747
25/11/201748
02/12/201749
09/12/201750
16/12/201751
23/12/201752
30/12/201753
week number
itemtot qty3132333435363738394041424344454647484950515253
item19510354010
item265152030
item370252025
item4453015
item5653530
formula giving 10 for item1 week 31
=IF(SUMPRODUCT(($A$2:$A$15=$A31)*($E$2:$E$15=C$30)*($C$2:$C$15))=0,"",SUMPRODUCT(($A$2:$A$15=$A31)*($E$2:$E$15=C$30)*($C$2:$C$15)))

<colgroup><col span="3"><col><col><col><col><col><col><col><col><col span="2"><col span="12"><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,387
Members
449,445
Latest member
JJFabEngineering

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