I know this is easier than I'm making it, but I can't figure out how to to a vlookup with multiple criteria, or maybe using index match?
On worksheet 1(let's say colum A). I have Item numbers, then a column for preship score and a column for arrival score.
On worksheet 2 in column A i have item numbers, in column b if have the sample type (Arrival or Preshipment), and in column 3 I have the score.
Essentially I need to figure out how, in column B of worksheet 1, I can pull in all Preship scores IF the Item numbers match b/t sheets 1 and 2, and the sample type is "Preshipment"
LIkewise, I need to figure out how, in column C of worksheet 1, I can pull in all arrival scores IF the Item number match b/t sheets 1 and 2, and the Sample type is "Arrival"
Thanks very much in advance
Worksheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item Number
[/TD]
[TD]Preship Score
[/TD]
[TD]Arrival Score
[/TD]
[/TR]
[TR]
[TD]P-1234-B
[/TD]
[TD](need formula)
[/TD]
[TD](need formula)
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item Number
[/TD]
[TD]Sample Type
[/TD]
[TD]Score
[/TD]
[/TR]
[TR]
[TD]P-1234-B
[/TD]
[TD]Preship
[/TD]
[TD]23
[/TD]
[/TR]
[TR]
[TD]P-1234-B
[/TD]
[TD]Arrival
[/TD]
[TD]25
[/TD]
[/TR]
</tbody>[/TABLE]
On worksheet 1(let's say colum A). I have Item numbers, then a column for preship score and a column for arrival score.
On worksheet 2 in column A i have item numbers, in column b if have the sample type (Arrival or Preshipment), and in column 3 I have the score.
Essentially I need to figure out how, in column B of worksheet 1, I can pull in all Preship scores IF the Item numbers match b/t sheets 1 and 2, and the sample type is "Preshipment"
LIkewise, I need to figure out how, in column C of worksheet 1, I can pull in all arrival scores IF the Item number match b/t sheets 1 and 2, and the Sample type is "Arrival"
Thanks very much in advance
Worksheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item Number
[/TD]
[TD]Preship Score
[/TD]
[TD]Arrival Score
[/TD]
[/TR]
[TR]
[TD]P-1234-B
[/TD]
[TD](need formula)
[/TD]
[TD](need formula)
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Worksheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Item Number
[/TD]
[TD]Sample Type
[/TD]
[TD]Score
[/TD]
[/TR]
[TR]
[TD]P-1234-B
[/TD]
[TD]Preship
[/TD]
[TD]23
[/TD]
[/TR]
[TR]
[TD]P-1234-B
[/TD]
[TD]Arrival
[/TD]
[TD]25
[/TD]
[/TR]
</tbody>[/TABLE]