Hey Guys,
First off, great forum! I've found so much incredible information here!
Second - sorry for the awful thread name, I just can't think of how to describe what I'm trying to do.
Okay, down to business.
I have a report I can run from my manufacturing software that gives me a Production Number in column A, then the type of component (B), and lastly the exact component name (C). What ends up happening is one finished item will have 15 rows of data, all with the same production number. I need to pull out a certain set of data, in this case the type of coffee beans in the products. So I've sorted the data down so I have every production number and then each bean, but this still results in multiple production numbers.
Prod01 001-001 Mexico .85
Prod01 001-005 Brazil .15
Prod01 001-008 Hundo .07
Prod02 001-005 Brazil .80
Prod03 001-005 Brazil .45
Prod03 001-009 Africa .25
So that is how the data looks. What I want to create is a list of all the production numbers vertically and then a list of all the bean options horizontally. After doing this I need to fill in the weights in the respective columns per bean number (001-001, 001-005, etc).
I can post a sample of the data if that is more helpful, but I'm struggling with the best way to do this. There are about 1500 items so doing this even partially by hand is a huge undertaking. I was thinking of separating out each bean type and then using a vlookup per column, but that also seems time consuming.
Thank You Much!
-Rex
First off, great forum! I've found so much incredible information here!
Second - sorry for the awful thread name, I just can't think of how to describe what I'm trying to do.
Okay, down to business.
I have a report I can run from my manufacturing software that gives me a Production Number in column A, then the type of component (B), and lastly the exact component name (C). What ends up happening is one finished item will have 15 rows of data, all with the same production number. I need to pull out a certain set of data, in this case the type of coffee beans in the products. So I've sorted the data down so I have every production number and then each bean, but this still results in multiple production numbers.
Prod01 001-001 Mexico .85
Prod01 001-005 Brazil .15
Prod01 001-008 Hundo .07
Prod02 001-005 Brazil .80
Prod03 001-005 Brazil .45
Prod03 001-009 Africa .25
So that is how the data looks. What I want to create is a list of all the production numbers vertically and then a list of all the bean options horizontally. After doing this I need to fill in the weights in the respective columns per bean number (001-001, 001-005, etc).
I can post a sample of the data if that is more helpful, but I'm struggling with the best way to do this. There are about 1500 items so doing this even partially by hand is a huge undertaking. I was thinking of separating out each bean type and then using a vlookup per column, but that also seems time consuming.
Thank You Much!
-Rex