I'm wondering if someone would be able to offer some advice on the best way to do this please:
Data in Worksheet # 1
Col A | Col B | Col C
Part-1 | 8 | 2
Part-2 | 7 | 7
Part-7 | 9 | 4
Part-8 | 2 | 6
Data in Worksheet # 2
Col A | Col B | Col C
Part-1 | 8 | *Return value* (If Part-1 is found and 8 matches, return 2)
Part-2 | 7 | *Return value*
Part-3 | 8 | *Return value*
In Worksheet#2
in Cell C2
- I would like to check if the Part-1
in A1
is found in Col A
in Worksheet#1
. If it is, then I would also like to make sure the Number is B2
in Worksheet#2
matches the Qty in Col B
next to the same part#, if both the Part# and Qty match, then i would like to copy across the value from the corresponding cell in Col C
in Worksheet#1
, to Col C
in Worksheet#2
. If it does not match, I would like it to return a 0
.