I have a orders spreadsheet that has a total order amount on it and one other sheet that has handling % amounts based on a range of $ amounts. looks something like below
<table border = '1'> <tbody><tr><td>A</td><td>B</td><td>C</td><td>D </td><td>E</td><td>F</td><td> G</td></tr> <tr><td>1</td><td>Handling </td></tr> <tr><td>2</td><td> Total amt</td><td> 0</td><td> 2500</td><td>5000</td><td> 7500</td><td>10000</td><td>12500+</td></tr> <tr><td>3 </td><td>Handling chg</td><td> 2%</td><td>3%</td><td>4%</td><td>5%</td><td>6%</td><td>7%</td></tr></tbody></table>
So I need to take the total from one sheet and do the Hlookup on this sheet. The problem is that the total amount is more than 12500 and I can't think of a way to incorporate that into the HLOOKUP. To be upfront this is a homework assignment but I did attempt the problem before coming here. The notes say to use a HLOOKUP and MAX to get the job done....any ideas or point me in the right direction?
<table border = '1'> <tbody><tr><td>A</td><td>B</td><td>C</td><td>D </td><td>E</td><td>F</td><td> G</td></tr> <tr><td>1</td><td>Handling </td></tr> <tr><td>2</td><td> Total amt</td><td> 0</td><td> 2500</td><td>5000</td><td> 7500</td><td>10000</td><td>12500+</td></tr> <tr><td>3 </td><td>Handling chg</td><td> 2%</td><td>3%</td><td>4%</td><td>5%</td><td>6%</td><td>7%</td></tr></tbody></table>
So I need to take the total from one sheet and do the Hlookup on this sheet. The problem is that the total amount is more than 12500 and I can't think of a way to incorporate that into the HLOOKUP. To be upfront this is a homework assignment but I did attempt the problem before coming here. The notes say to use a HLOOKUP and MAX to get the job done....any ideas or point me in the right direction?
Last edited: