Hi,
This is my first post so I hope this makes sense.
Currently I have three sheets, "Orders", "BOMList" and "TotalBOMs". What I am trying to do is get a bill of materials for multiple orders in the “TotalBOMs” sheet. At the moment I put the order number in Cell A1 and then use a =filter command to retrieve the list of parts related to that order. Then in the next empty cell I add the next order number and use the filter command again, and so on.
The sheets are as below,
"Orders" sheet has current order numbers I want to extract listed in column "A",
"BOMList" Sheet has a list of all Part numbers (Column A), Quantities (Column B) and Order numbers (column C),
"TotalBOMs" sheet has the order number (Column A), Part number (Column B) and Qty (Column C).
What I am wanting to do is run a macro that will run through the list of order numbers in "Orders" and add the information relating to them from "BOMList" into "TotalBOMs".
I’m not to sure where to start as I thought I might run a loop that steps through the order numbers and writes the filtered information to the next empty cell in the TotalBOMs sheet but it has proved beyond my abilities.
Thanks to anyone that can help.
This is my first post so I hope this makes sense.
Currently I have three sheets, "Orders", "BOMList" and "TotalBOMs". What I am trying to do is get a bill of materials for multiple orders in the “TotalBOMs” sheet. At the moment I put the order number in Cell A1 and then use a =filter command to retrieve the list of parts related to that order. Then in the next empty cell I add the next order number and use the filter command again, and so on.
The sheets are as below,
"Orders" sheet has current order numbers I want to extract listed in column "A",
"BOMList" Sheet has a list of all Part numbers (Column A), Quantities (Column B) and Order numbers (column C),
"TotalBOMs" sheet has the order number (Column A), Part number (Column B) and Qty (Column C).
What I am wanting to do is run a macro that will run through the list of order numbers in "Orders" and add the information relating to them from "BOMList" into "TotalBOMs".
I’m not to sure where to start as I thought I might run a loop that steps through the order numbers and writes the filtered information to the next empty cell in the TotalBOMs sheet but it has proved beyond my abilities.
Thanks to anyone that can help.