Conditional formula in Excel

D

Donna

I have an Excel spreadsheet which includes a calculation of annual mileage
which I then need to convert into a cost.

However, the rate of mileage depends on the amount of mileage, i.e. the
first 10,000 miles at 40p, and mileage in excess of that at 25p.

Currently I have =E9*0.40, however I need to have something in the formula
that ensures that any mileage in excess of 10,000 is calculated at the
reduced rate of 0.25.

Is there a way of doing this? Thanks!
 
B

Bob Phillips

IFless

=E9*0.25+MIN(E9,10000)*0.15

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Formula Challenge... 9
Formula Help! 8
Formula question 5
Formula needed 4
Mod Formula for Mileage? 3
Excel calculation help 2
Another Greater Than Less Than onditional problem. 7
Is there a way... 5

Top