Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 180
Default Conditional formula in Excel

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default Conditional formula in Excel

Hi

Try this formula:

=IF(E910000,(E9-10000)*0.25+4000,E9*0.4)

Regards,
Per

"Donna" skrev i meddelelsen
...
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!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 180
Default Conditional formula in Excel

That's perfect, thank you!

"Per Jessen" wrote:

Hi

Try this formula:

=IF(E910000,(E9-10000)*0.25+4000,E9*0.4)

Regards,
Per

"Donna" skrev i meddelelsen
...
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!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Conditional formula in Excel

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)

"Donna" wrote in message
...
That's perfect, thank you!

"Per Jessen" wrote:

Hi

Try this formula:

=IF(E910000,(E9-10000)*0.25+4000,E9*0.4)

Regards,
Per

"Donna" skrev i meddelelsen
...
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!





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Formula using Conditional Formatting [email protected] Setting up and Configuration of Excel 1 February 6th 08 01:52 PM
Excel 2007 Conditional Format with Formula Suzanne Excel Discussion (Misc queries) 5 September 13th 07 05:18 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
conditional formula in Excel mreedtigers Excel Worksheet Functions 5 July 6th 07 11:05 PM
Conditional Excel formula D Loafman Excel Worksheet Functions 5 July 15th 06 12:49 AM


All times are GMT +1. The time now is 04:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"