Hello
I have a table which I want to make a lookup in which looks like this :
Table 1
Sales
30Kg 300
40Kg 0
50Kg 200
Cost
30Kg 0
40Kg 400
50Kg 500
....
And a table from which I want to make the lookup from:
30Kg
Cost-------- Sales
x -------------- y
Now, I want to make a lookup in table 1 where it match Cost and Sales and set x = 0 and y = 300
Can I somehow make a lookup in a lookup to achieve this?
Bookmarks