anything over 10,000 ?

coltheplumb

Well-known Member
Joined
Nov 27, 2010
Messages
731
Hi ho you lot :), i am trying to sort out a calc that refers to my milage claim form:eeek:, At the moment i have an ongoing monthly total for milage claimed which shows in C1, so what i am after is when that running total reaches 10,000 miles in C1, i would like anything i enter after it reaches 10,000 to show in D1 :confused:, so just to clarify if i am showing 9,800 miles in C1 then the following month i put a total of 350 miles, it will show 10,000 in cell C1 and 150 miles in D1. :biggrin:

Thanks for your help on this
Colin x
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
The MIN and MAX functions are usefull here..


C1: =MIN(10000,TotalMiles)
D1: =MAX(0, TotalMiles-10000)

Hope that helps.
 
Upvote 0
ermmm :confused: just tried that and it dont seem to work ? perhaps i am entering it wrong?
i dont need to put "total miles" in with the calc do i ?:confused:
sorry if i am comming across daft :confused:
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,291
Members
452,902
Latest member
Knuddeluff

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top