Hope someone can help or point me in the right direction. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o></o>
First the Data:<o></o>
<o></o>
Column (A)- Products<o></o>
Storage Unit A<o></o>
Storage Unit B<o></o>
Storage Unit C<o></o>
Storage Unit D<o></o>
<o></o>
Column (B) – Parts<o></o>
Wheels (A)<o></o>
Wheels (B)<o></o>
Steel Pipes<o></o>
Painted Pipes<o></o>
Aluminum Pipes<o></o>
<o></o>
Column (C) – Order Number<o></o>
<o></o>
Column (D) - QTY of Parts<o></o>
<o></o>
What Im trying to do is this:<o></o>
<o></o>
Example A (Column A, Column B, Column C, Column d)<o></o>
<o></o>
Storage Unit A, Wheels (A), 1902, 4<o></o>
Storage Unit A, Steel Pipes, 1902, 6<o></o>
Storage Unit A, Wheels (A), 1903, 4<o></o>
Storage Unit A, Steel Pipes, 1903, 6<o></o>
Storage Unit A, Wheels (B), 1904, 4<o></o>
Storage Unit A, Painted Pipes, 1904, 4<o></o>
<o></o>
I would first like to count the number of times a product shows up in an individual order. In the above example, Storage Unit A shows up 3 times (not 6, which is my problem with excel). And then I would like to know how many times each part is ordered with Storage Unit A. What im trying to do is see the correlation between products and parts.<o></o>
<o></o>
Final Summary:<o></o>
Storage Unit A = 3<o></o>
Wheels (A) = 2<o></o>
Wheels (B) = 1<o></o>
Steel Pipe = 2<o></o>
Painted Pipes = 1<o></o>
<o></o>
Is this possible?<o></o>
<o></o>
First the Data:<o></o>
<o></o>
Column (A)- Products<o></o>
Storage Unit A<o></o>
Storage Unit B<o></o>
Storage Unit C<o></o>
Storage Unit D<o></o>
<o></o>
Column (B) – Parts<o></o>
Wheels (A)<o></o>
Wheels (B)<o></o>
Steel Pipes<o></o>
Painted Pipes<o></o>
Aluminum Pipes<o></o>
<o></o>
Column (C) – Order Number<o></o>
<o></o>
Column (D) - QTY of Parts<o></o>
<o></o>
What Im trying to do is this:<o></o>
<o></o>
Example A (Column A, Column B, Column C, Column d)<o></o>
<o></o>
Storage Unit A, Wheels (A), 1902, 4<o></o>
Storage Unit A, Steel Pipes, 1902, 6<o></o>
Storage Unit A, Wheels (A), 1903, 4<o></o>
Storage Unit A, Steel Pipes, 1903, 6<o></o>
Storage Unit A, Wheels (B), 1904, 4<o></o>
Storage Unit A, Painted Pipes, 1904, 4<o></o>
<o></o>
I would first like to count the number of times a product shows up in an individual order. In the above example, Storage Unit A shows up 3 times (not 6, which is my problem with excel). And then I would like to know how many times each part is ordered with Storage Unit A. What im trying to do is see the correlation between products and parts.<o></o>
<o></o>
Final Summary:<o></o>
Storage Unit A = 3<o></o>
Wheels (A) = 2<o></o>
Wheels (B) = 1<o></o>
Steel Pipe = 2<o></o>
Painted Pipes = 1<o></o>
<o></o>
Is this possible?<o></o>