Hi all,
This has been driving me crazy. Basically, I'm trying to build a bill of material on a sheet that's separated by vendor and then display every line item that has a quantity value of >=1 on another sheet.
For example, this would be my bill of material list on a separate sheet:
Then, I would want this main sheet to display every line item that is >=1, so row 3 wouldn't be displayed on this sheet.
My main sheet would then look like this
Is this even possible? I feel like anything can be done with excel, but it's driving me crazy not being able to figure it out. I've searched every possible term I could think of on google to try and see who's already accomplished this before, but no luck.
Any help is greatly appreciated. Thanks!
This has been driving me crazy. Basically, I'm trying to build a bill of material on a sheet that's separated by vendor and then display every line item that has a quantity value of >=1 on another sheet.
For example, this would be my bill of material list on a separate sheet:
Qty | Type | Description | Price | Total |
1 | Panel | Generic Description | $100 | =D2*A2 |
0 | Wire | Generic Description | $200 | =D3*A3 |
5 | Panel | Generic Description | $200 | =D4*A4 |
2 | Panel | Generic Description | $500 | =D5*A5 |
Then, I would want this main sheet to display every line item that is >=1, so row 3 wouldn't be displayed on this sheet.
My main sheet would then look like this
Qty | Type | Description | Price | Total |
1 | Panel | Generic Description | $100 | $100 |
5 | Panel | Generic Description | $200 | $1000 |
2 | Panel | Generic Description | $500 | $1000 |
Is this even possible? I feel like anything can be done with excel, but it's driving me crazy not being able to figure it out. I've searched every possible term I could think of on google to try and see who's already accomplished this before, but no luck.
Any help is greatly appreciated. Thanks!