ABennett757
New Member
- Joined
- Mar 25, 2021
- Messages
- 10
- Office Version
- 365
- 2019
- Platform
- Windows
I read through other posts regarding consolidating data from multiple sheets into a single "master sheet" however, I only want to consolidate data that meets a specific criteria and didn't see this question posted previously so started a new thread. Essentially I have multiple sheets within a workbook and each sheet has a parts list which is in a data table (the data tables are formatted the same for all parts lists). Each data table has a column called "Order Status" which will always be in column W of the parts list worksheets and will also always have the column header name of "Order Status". What I'm trying to do is to generate a consolidated list of ONLY the parts where the order status equals "ready" to effectively create a list of parts that need to be ordered. The data that I want to consolidate based on the criteria in column W is in columns J:U and Y. I could move the data in column Y to be within a continuous range if that is helpful (so data range would be J:V in that scenario).
One little wrinkle is that the first parts list worksheet is the 6th sheet in the workbook (the previous sheets are a different type). So I need the ability to start compiling the data from the 6th sheet to the last sheet. Ideally I would have a cell reference to specify that the first parts list is sheet "6". This way if another sheet were unexpectedly added at the front, the user could change the 6 to a 7 in a specific cell within the consolidated parts to order list.
And finally, a nice additional feature would be to have a button on the consolidated parts to order list that would allow the user to change the order status of all the items that were just consolidated from "ready" to "ordered". I would want a confirmation pop-up box where the user would have to click "Yes" before this change actually takes place to avoid accidentally changing this data.
Thanks in advance for any help here. This will be a real time saver for my team if I can get this working!
One little wrinkle is that the first parts list worksheet is the 6th sheet in the workbook (the previous sheets are a different type). So I need the ability to start compiling the data from the 6th sheet to the last sheet. Ideally I would have a cell reference to specify that the first parts list is sheet "6". This way if another sheet were unexpectedly added at the front, the user could change the 6 to a 7 in a specific cell within the consolidated parts to order list.
And finally, a nice additional feature would be to have a button on the consolidated parts to order list that would allow the user to change the order status of all the items that were just consolidated from "ready" to "ordered". I would want a confirmation pop-up box where the user would have to click "Yes" before this change actually takes place to avoid accidentally changing this data.
Thanks in advance for any help here. This will be a real time saver for my team if I can get this working!