Hello,
I have 2 sheets.
Sheet 1: Sheet 2:
Part # Description Weight Part # Description Price
a xxxxx 2 b xxxxx 1.00
b xxxxx 14 c xxxxx 6.50
c xxxxx 5 e xxxxx 3.00
d xxxxx 1 f xxxxx 4.00
e xxxxx 2.5
f xxxxx 6
There are many more parts in sheet 1 (about 15,000 to 1,000 in sheet 2). I want to filter just the parts off of sheet 2 onto a sheet 3, while also bringing the weight's with them. Sheet 3 will look like this:
Sheet 3:
Part # Description Weight Price
b
c
e
f
I was thinking to use a COUNTIF function and reference sheet 2 to all of the parts in sheet 1 then filter out the "1"'s , but then I wasn't sure how to match up the weights with the correct correct prices. I haven't started working on it yet, being that I didn't want to waste any time doing this if there is an easier way. Any suggestions help!
Thank you!
I have 2 sheets.
Sheet 1: Sheet 2:
Part # Description Weight Part # Description Price
a xxxxx 2 b xxxxx 1.00
b xxxxx 14 c xxxxx 6.50
c xxxxx 5 e xxxxx 3.00
d xxxxx 1 f xxxxx 4.00
e xxxxx 2.5
f xxxxx 6
There are many more parts in sheet 1 (about 15,000 to 1,000 in sheet 2). I want to filter just the parts off of sheet 2 onto a sheet 3, while also bringing the weight's with them. Sheet 3 will look like this:
Sheet 3:
Part # Description Weight Price
b
c
e
f
I was thinking to use a COUNTIF function and reference sheet 2 to all of the parts in sheet 1 then filter out the "1"'s , but then I wasn't sure how to match up the weights with the correct correct prices. I haven't started working on it yet, being that I didn't want to waste any time doing this if there is an easier way. Any suggestions help!
Thank you!