thewiseguy
Well-known Member
- Joined
- May 23, 2005
- Messages
- 1,015
- Office Version
- 365
- Platform
- Windows
Hello all,
I am utilizing the SORT-UNIQUE-FILTER command in order to combine 2 product lists into 1 Bill of Materials. The items within this combined list need to be shipped and tracked and there are times when 1 item is shipped in multiple shipments. This is causing me to need multiple lines for 1 product and hence, a merged cell. I am noticing however that I can not use the SORT-UNIQUE-FILTER command, when cells are merged. You can see this in my first cell which is blank. Is there a workaround without VBA?
I am utilizing the SORT-UNIQUE-FILTER command in order to combine 2 product lists into 1 Bill of Materials. The items within this combined list need to be shipped and tracked and there are times when 1 item is shipped in multiple shipments. This is causing me to need multiple lines for 1 product and hence, a merged cell. I am noticing however that I can not use the SORT-UNIQUE-FILTER command, when cells are merged. You can see this in my first cell which is blank. Is there a workaround without VBA?
v2023.4 - Copy.xlsm | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | Mfg/Item | Item | Item Type | Manufacturer | Part # | Fix. Qty | Lamp Qty | PO # | Qty Ordered | Shipper | Tracking | ETA | Notes | ||
2 | #SPILL! | 11W LED PL Lamp [GX24q-MCCT] | Lamp | MAXLITE | 9PLG24QVCS | 29 | |||||||||
3 | |||||||||||||||
4 | |||||||||||||||
5 | |||||||||||||||
Shipping (BOM) |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A2 | A2 | =SORT(UNIQUE(FILTER(' Line Item (input)'!W3:W2002,(' Line Item (input)'!W3:W2002 <>"")*(' Line Item (input)'!W3:W2002<>0),FALSE))) |
B2:G2 | B2 | ='Product (BOM)'!B2 |