Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Homer1818
 
Posts: n/a
Default Formula For Multiple Breaks In Calculations

I need help in creating a formula that will calculate different percentages
based on numbers at different levels and if there is no number in the cell,
show the cell were the results would go as blank or a dash. It also need to
take in consideration that each break to the next level and precentage will
occur within a number. When that happens that number would then need to be
divided based based on the two different percentages using the following
conditions:

Up to 1,000,000.00 calculated at 2%
From 1,000,000.01 to 2,500,000.00 calculated at 3%
From 2,500,000.01 to 5,000,000.00 calculated at 4%
From 5,000,000.00 and higher calculated at 5%

Each percentage calcutation should be shown in its on column.

Any help would be appreicated.
--
Homer
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

one way:

A1: <number
B1: =IF(A10,MIN(A1*2%,20000),"")
C1: =IF(A11000000,MIN((A1-1000000)*3%,75000),"")
D1: =IF(A12500000,MIN((A1-2500000)*4%,100000),"")
E1: =IF(A15000000,(A1-5000000)*5%,"")

OTOH, if you want to do it in one cell, see

http://www.mcgimpsey.com/excel/variablerate.html

In article ,
Homer1818 wrote:

I need help in creating a formula that will calculate different percentages
based on numbers at different levels and if there is no number in the cell,
show the cell were the results would go as blank or a dash. It also need to
take in consideration that each break to the next level and precentage will
occur within a number. When that happens that number would then need to be
divided based based on the two different percentages using the following
conditions:

Up to 1,000,000.00 calculated at 2%
From 1,000,000.01 to 2,500,000.00 calculated at 3%
From 2,500,000.01 to 5,000,000.00 calculated at 4%
From 5,000,000.00 and higher calculated at 5%

Each percentage calcutation should be shown in its on column.

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
Frequency formula Curious Excel Worksheet Functions 1 April 12th 05 09:49 PM
Multiple Condition Sumif Formula momtoaj Excel Worksheet Functions 3 April 6th 05 04:06 PM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM
Countif Formula with 2 calculations Belinda Excel Discussion (Misc queries) 7 November 26th 04 02:55 PM
Can you enter a formula in a cell that auto-inputs calculations a. proactive Excel Worksheet Functions 4 November 9th 04 05:00 AM


All times are GMT +1. The time now is 04:03 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"