P
papegoja
Hi,
I have a list with tre columns.
Ordernumber, Materialnumber, Amount.
Ex:
23001, MAT01, 14
23001, MAT12, 12
23001, MAT03, 22
23002, MAT11, 49
23002, MAT01, 24
23002, MAT03, 14
23003, MAT01, 47
23004, MAT01, 12
23004, MAT03, 14
Then I have alist that contains the ordernumbers and material.
I would want to get the amount of the material for that exact orde
into a cell.
Ex:
If i have a row with Ordernumber 23002 and Material MAT01, I want it t
return 24.
If I use a normal VLOOKUP it would return the first hit = 49.
But I want the formula to first search for hits in the first column an
then search within these hits for a new value.
Can it be done?
Best regards
/Dan
I have a list with tre columns.
Ordernumber, Materialnumber, Amount.
Ex:
23001, MAT01, 14
23001, MAT12, 12
23001, MAT03, 22
23002, MAT11, 49
23002, MAT01, 24
23002, MAT03, 14
23003, MAT01, 47
23004, MAT01, 12
23004, MAT03, 14
Then I have alist that contains the ordernumbers and material.
I would want to get the amount of the material for that exact orde
into a cell.
Ex:
If i have a row with Ordernumber 23002 and Material MAT01, I want it t
return 24.
If I use a normal VLOOKUP it would return the first hit = 49.
But I want the formula to first search for hits in the first column an
then search within these hits for a new value.
Can it be done?
Best regards
/Dan