right now our BOM looks like this:
pos | qty |
1 | 5 |
1.1 | 1 |
1.2 | 2 |
1.3 | 3 |
2 | 6 |
2.1 | 2 |
2.2 | 2 |
2.3 | 3 |
I need the subassembly quantities to be multiplied to the top level assembly quantities to look as shown below:
we usually have to do this manually in excel, and it is very time consuming, and errors are made regularly. it drives our shop crazy. I know the above is more "industry standard" but our company does it like the way shown below because of our nesting programmers. so if anyone has an excel formula, or a macro, and can tell me how to use it, or insert it that would help tremendously!!
thanks.
pos | qty |
1 | 5 |
1.1 | 5 |
1.2 | 10 |
1.3 | 15 |
2 | 6 |
2.1 | 12 |
2.2 | 12 |
2.3 | 18 |