Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
cardfan057
 
Posts: n/a
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default 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.
  #3   Report Post  
Posted to microsoft.public.excel.misc
CaptainQuattro
 
Posts: n/a
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
cardfan057
 
Posts: n/a
Default 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


  #5   Report Post  
Posted to microsoft.public.excel.misc
Gazzr
 
Posts: n/a
Default 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



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
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 03:58 AM.

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"