I tried to have it use vlookup, but didn't get the results I was looking for.
I have ranges (see below) on one sheet. On the another sheet I enter a $ amount (say $81.02) in one cell and I want the cell with the formula to read $5.00. If I enter 1,112.95 I want it to return $40.00.
Can you tell me what formula will be? Something like if(a1 is between 50 and 150 then 5, or between 150.01 and 300 then 10)>???
$50.00 - $150.00 = $5.00
$150.01 - $300.00 = $10.00
$300.01 - $450.00 = $15.00
$450.01 - $600.00 = $20.00
$600.01 - $750.00 = $25.00
$750.01 - $900.00 = $30.00
$900.01 - $1,050.00 = $35.00
$1,050.01 - $1,200.00 = $40.00
$1,200.01 - $1,350.00 = $45.00
$1,350.01 - $1,500.00 = $50.00
$1,500.01 - $1,650.00 = $55.00
$1,650.01 - $1,800.00 = $60.00
$1,800.01 - $1,950.00 = $65.00
$1,950.01 - $2,100.00 = $70.00
$2,100.01 - $2,250.00 = $75.00
$2,250.01 - $2,400.00 = $80.00
$2,400.01 - $2,550.00 = $85.00
$2,550.01 - $2,700.00 = $90.00
$2,700.01 - $2,850.00 = $95.00
$2,850.01 - $3,000.00 = $100.00
$3,000.01 - $3,150.00 = $105.00
$3,150.01 - $3,300.00 = $110.00
$3,300.01 - $3,450.00 = $115.00
$3,450.01 - $3,600.00 = $120.00
$3,600.01 - $3,750.00 = $125.00
$3,750.01 - $3,900.00 = $130.00
$3,900.01 - $4,050.00 = $135.00
$4,050.01 - $4,200.00 = $140.00
$4,200.01 - $4,350.00 = $145.00
$4,350.01 - $4,500.00 = $150.00
$4,500.01 - $4,650.00 = $155.00
$4,650.01 - $4,800.00 = $160.00
$4,800.01 - $4,950.00 = $165.00
$4,950.01 - $5,000.00 = $170.00