I have another question, what if i have the following data:
Request number Item Code Item Quanity
001 1234 Water 100
001 1122 Flour 200
001 5432 Sugar 6
001 1235 Salt 2
001 1334 Yeast 5
001 1432 Margarine 22
002 1234 Water 200
002 1122 Flour 400
002 5432 Sugar 12
002 1235 Salt 4
002 1334 Yeast 10
002 1432 Margarine 44
003 1234 Water 500
003 1122 Flour 1000
003 5432 Sugar 30
003 1235 Salt 10
003 1334 Yeast 25
003 1432 Margarine 110
This is on the first tab (A). Then i will create a second tab (b). Wherein on tab B, if i will select the request number 003 and placed item code number 1334, it will return the value 25 and not 5 or 10
Or, if i will select the request number 002 and placed item code 1235, it will return the value 4 and not 10 or 2.
Can this be answered by vlookup? this is the example what i call, "vlookup, within a vlookup." hope someone can help me on this.
many thanks to the one who can me..
Request number Item Code Item Quanity
001 1234 Water 100
001 1122 Flour 200
001 5432 Sugar 6
001 1235 Salt 2
001 1334 Yeast 5
001 1432 Margarine 22
002 1234 Water 200
002 1122 Flour 400
002 5432 Sugar 12
002 1235 Salt 4
002 1334 Yeast 10
002 1432 Margarine 44
003 1234 Water 500
003 1122 Flour 1000
003 5432 Sugar 30
003 1235 Salt 10
003 1334 Yeast 25
003 1432 Margarine 110
This is on the first tab (A). Then i will create a second tab (b). Wherein on tab B, if i will select the request number 003 and placed item code number 1334, it will return the value 25 and not 5 or 10
Or, if i will select the request number 002 and placed item code 1235, it will return the value 4 and not 10 or 2.
Can this be answered by vlookup? this is the example what i call, "vlookup, within a vlookup." hope someone can help me on this.
many thanks to the one who can me..