G
Guest
Is there any way to have vlookup use two variables to do the look up and return a value that comes from a third column, ie
Number Quantity Price/shee
1 25 1
1 50
1 75
1 100
2 25 9.7
2 50 8.7
2 75 7.7
2 100 6.7
3 25 8.5
3 50 7.5
3 75 6.5
3 100 5.5
In other words I would start looking a value up in the first column then looking up the value in the second column to return the value in the third column.
Number Quantity Price/shee
1 25 1
1 50
1 75
1 100
2 25 9.7
2 50 8.7
2 75 7.7
2 100 6.7
3 25 8.5
3 50 7.5
3 75 6.5
3 100 5.5
In other words I would start looking a value up in the first column then looking up the value in the second column to return the value in the third column.