Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Mod Formula for Mileage?

A mileage claim form is used. Drivers get a certain rate for mileage driven
up to 1,000 miles, at 0.40 pence per mile and another for over 1,000 at 0.25
pence per mile. I have set everything up to record the accumulative miles
each month, but cant split the monthly figure into the number up to 1,000,
and the remainder above. For example at a mileage of 2,200 it would work out
a follows:

Total Mileage = 2,200
First 1,000 at 0.40 pence per mile =£400
Over first 1,000 mileage 1,200 at 0.25 pence per mile = £300.00

Many thanks for taking the time to look at my problem. All and any help
appreciated.

Thanks

Deb D (UK)

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Mod Formula for Mileage?

=0.4*(MIN(A1,1000))+0.25*(MAX(0,A1-1000))
--
David Biddulph

"Debbie D." wrote in message
...
A mileage claim form is used. Drivers get a certain rate for mileage
driven
up to 1,000 miles, at 0.40 pence per mile and another for over 1,000 at
0.25
pence per mile. I have set everything up to record the accumulative miles
each month, but can't split the monthly figure into the number up to
1,000,
and the remainder above. For example at a mileage of 2,200 it would work
out
a follows:

Total Mileage = 2,200
First 1,000 at 0.40 pence per mile =£400
Over first 1,000 mileage 1,200 at 0.25 pence per mile = £300.00

Many thanks for taking the time to look at my problem. All and any help
appreciated.

Thanks

Deb D (UK)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Mod Formula for Mileage?

try
=miles *.25+min(miles,1000)*.15

"Debbie D." wrote:

A mileage claim form is used. Drivers get a certain rate for mileage driven
up to 1,000 miles, at 0.40 pence per mile and another for over 1,000 at 0.25
pence per mile. I have set everything up to record the accumulative miles
each month, but cant split the monthly figure into the number up to 1,000,
and the remainder above. For example at a mileage of 2,200 it would work out
a follows:

Total Mileage = 2,200
First 1,000 at 0.40 pence per mile =£400
Over first 1,000 mileage 1,200 at 0.25 pence per mile = £300.00

Many thanks for taking the time to look at my problem. All and any help
appreciated.

Thanks

Deb D (UK)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Mod Formula for Mileage?

Many thanks to the above two posters and thanks to both of them for supplying
with the answers. Superstars both!!

Thanks

Deb D (UK)


"David Biddulph" wrote:

=0.4*(MIN(A1,1000))+0.25*(MAX(0,A1-1000))
--
David Biddulph

"Debbie D." wrote in message
...
A mileage claim form is used. Drivers get a certain rate for mileage
driven
up to 1,000 miles, at 0.40 pence per mile and another for over 1,000 at
0.25
pence per mile. I have set everything up to record the accumulative miles
each month, but can't split the monthly figure into the number up to
1,000,
and the remainder above. For example at a mileage of 2,200 it would work
out
a follows:

Total Mileage = 2,200
First 1,000 at 0.40 pence per mile =£400
Over first 1,000 mileage 1,200 at 0.25 pence per mile = £300.00

Many thanks for taking the time to look at my problem. All and any help
appreciated.

Thanks

Deb D (UK)




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
Formula for Mileage from Latitude and Longitude Adams135 Excel Discussion (Misc queries) 3 September 11th 07 04:00 PM
Mileage Claim Formula johndavies New Users to Excel 4 August 14th 06 09:24 AM
mileage john14310 Excel Worksheet Functions 2 June 8th 06 01:16 AM
Gas Mileage Patsy Excel Worksheet Functions 4 May 11th 06 05:57 PM
mileage reimbursement formula Cinder Excel Discussion (Misc queries) 2 June 23rd 05 10:33 PM


All times are GMT +1. The time now is 06:16 PM.

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

About Us

"It's about Microsoft Excel"