ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   formula for calculating different % (https://www.excelbanter.com/excel-discussion-misc-queries/86975-formula-calculating-different-%25.html)

cardfan057

formula for calculating different %
 
I need a formula to calculate 1.5% on the first $750 and an additional 1% on
anything over $750.
--
cardfan057

[email protected]

formula for calculating different %
 
"cardfan057" wrote:
I need a formula to calculate 1.5% on the first $750 and
an additional 1% on anything over $750.


=1.5%*MIN(750,A1) + 1%*MAX(0,A1-750)

assuming that A1 contains the number.

CaptainQuattro

formula for calculating different %
 

With data in cell A1:

=A1*1.5%+(MAX(0,1%*(A1-750)))


--
CaptainQuattro
------------------------------------------------------------------------
CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763
View this thread: http://www.excelforum.com/showthread...hreadid=539162


Gazzr

formula for calculating different %
 

Hi Mate,

Try this:

=IF(F25750,(750*1.5%)+(F25-750*1%),(F25*1.5%))

Thanks
Gazzr


--
Gazzr
------------------------------------------------------------------------
Gazzr's Profile: http://www.excelforum.com/member.php...o&userid=31075
View this thread: http://www.excelforum.com/showthread...hreadid=539162


cardfan057

formula for calculating different %
 
That did it, thanks
--
cardfan057


"CaptainQuattro" wrote:


With data in cell A1:

=A1*1.5%+(MAX(0,1%*(A1-750)))


--
CaptainQuattro
------------------------------------------------------------------------
CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763
View this thread: http://www.excelforum.com/showthread...hreadid=539162




All times are GMT +1. The time now is 08:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com