Hello,
I have 2 different questions I need some help on and from my searching it is getting to complex for me.
1. Create a unique list from 2 different columns (successfully done using Unique & VStack) but limit the list to only items that have quantity >0.
2. Create a count for each of the unique items listed.
Thank you very much for your help.
Brent
I have 2 different questions I need some help on and from my searching it is getting to complex for me.
1. Create a unique list from 2 different columns (successfully done using Unique & VStack) but limit the list to only items that have quantity >0.
2. Create a count for each of the unique items listed.
Thank you very much for your help.
Brent
Unique Items in list with criteria.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | |||
2 | G4=UNIQUE(VSTACK(B4:B29,D4:D29)) | ||||||||
3 | Primary | #P | Secondary | #S | Unique List | Total Count Ea | |||
4 | 3" Sch 40 Carbon BW | 10.00 | 2" Sch 40 Carbon BW | 5.00 | 3" Sch 40 Carbon BW | ||||
5 | 2" Sch 40 Carbon BW | 1.00 | 1" Sch 40 Carbon BW | 0.50 | 2" Sch 40 Carbon BW | ||||
6 | 4" Sch 40 Carbon Soc | 1.50 | " Sch 40 Carbon Soc | 0.00 | 4" Sch 40 Carbon Soc | ||||
7 | 2" Sch 40 Carbon BW | 1.50 | " Sch 40 Carbon BW | 0.00 | Size" Sch Carbon 0 | ||||
8 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | 1" Sch 40 Carbon BW | ||||
9 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | " Sch 40 Carbon Soc | ||||
10 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | " Sch 40 Carbon BW | ||||
11 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | " Sch Carbon 0 | ||||
12 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
13 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
14 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
15 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
16 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
17 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
18 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
19 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
20 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
21 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
22 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
23 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
24 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
25 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
26 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
27 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
28 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
29 | Size" Sch Carbon 0 | 0.00 | " Sch Carbon 0 | 0.00 | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G4:G11 | G4 | =UNIQUE(VSTACK(B4:B29,D4:D29)) |
Dynamic array formulas. |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
E4:E29 | Expression | =ISBLANK(E4) | text | NO |