Multiplication formula

Mattedwards2019

New Member
Joined
Jan 31, 2019
Messages
3
Hi all, i have searched the web for a formula that would allow me too multiply the first 10,000 of a number in a cell by 0.45 and the remainder of the number by 0.25 then ideally putting it into 2 separate cells ( one for the 0.45 answer and the other for the 0.25 answer . Although its not a massive issue doing it manually i feel iff there was such a formula it would finish off my spreadsheet which im using for a self assessment tax reclaim! Thanks all
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
How's this?


Excel 2010
ABC
12000045002500
Sheet1
Cell Formulas
RangeFormula
B1=MIN(A1,10000)*0.45
C1=MAX(0,A1-10000)*0.25
 
Upvote 0
You said you wanted each part in a different cell. So just change the reference of A1 in both formulas to B56.


Excel 2010
BCD
562000045002500
Sheet1
Cell Formulas
RangeFormula
C56=MIN(B56,10000)*0.45
D56=MAX(0,B56-10000)*0.25
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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