Here is a scenario -
I have quantity table like this
100 | 200 |
---|---|
$1 | $3 |
$2 | $4 |
I have more columns with other values like 300, 400, 500 and so on. Also, each row has a name associated but I am new to the platform so dont know how to format it. For example, row 1 is alex, row 2 is David. Now in a different sheet, if someone enters name and quantity, for example, 250 and David, then I want to go to the table above, find the row for david (which is row 2) and the column thats either closest or more than the quantity, which will be column 3 here with 300, and then list the $ value. I know how to xlookup David and $ value, but I dont know how to pick the right column. Can someone help provide some guidance on this please?