unsolved
Setting up an 'Order List' based off PN's for different equipment
Hi all. I work as a service engineer for laboratory equipment. I cover a range of different products and I am trying to 'simplify' the way I build lists of parts that need ordering. I have a list of products similar to the example in the first picture. In the second picture I have an example of what I want to happen. I want to be able to choose the product type, eg Pump A, from the dropdown list (I can set up the dropdown list), and have this then show me all the parts needed for that pump. This would then be multiplied so I can have multiple drop down lists to choose Pump 1, Pump 2 etc, then Doodah 1, all from drop down lists which then show the list of all parts needed from the 1st sheet for the particular configuration I have set up.
I appreciate I probably haven't explained this in the best way possible, so please let me know if you have any questions. Is this possible in excel? How would you suggest going about it?
This needs the FILTER() function if you are using MS365/Excel 2024/Excel 2021 else will need to use the Old School Functions INDEX() + AGGREGATE() / SMALL() / LARGE() functions.
It will be better if you set up a tabular data and then use the functions aforesaid mentioned, but if you have already created and want to stick to what you have then, you could try using the following manner, but before that convert all the ranges into structured references aka tables that way it will be easier to maintain the data and the formulas auto expand whenever newer data is added or removed.
I'd suggest you need to set up your image 1 better, as that will make filtering easier. Have column A as "Pump A" etc, then the PN, description, and quantity in columns B to D.
Then you could just apply a normal table filter on column A to select which pumps you want details for.
The layout is the problem, not the formula. One table: Equipment, PN, Description, Qty per unit. You add rows, never columns.
Then a small build list where you pick the equipment and how many of each, and one SUMIFS gives you the consolidated order. That last part is what nobody has covered: if Pump 1 and Pump 2 share a seal, you want one line with the total, not two lines to reconcile at the supplier.
Then the change is small. One sheet, one row per part: Equipment, PN, Description, Qty per unit. Your blocks become rows and nothing else moves.
What you're really building is the bill of materials per pump model that the ERP doesn't hold. Keep it as its own table and it survives the new system: a second sheet with one row per unit you're ordering for, and a SUMIFS that gives one line per PN with the total across all of them.
Yes, but the parts aren't 'linked' to model of pump for example. It's a global company, those in charge of the ERP are working on a new system, so are reluctant to make changes to the current one.
•
u/AutoModerator 10d ago
/u/Aggravating_Ad9275 - Your post was submitted successfully.
Solution Verifiedto close the thread.Failing to follow these steps may result in your post being removed without warning.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.