A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

formulas



 
 
Thread Tools Display Modes
  #1  
Old January 11th, 2007, 09:26 AM posted to microsoft.public.excel.worksheet.functions
denice
external usenet poster
 
Posts: 3
Default formulas

I need to create a formula that figures the amount in a cell at different rates

There is a base charge for a certain amount in the cell (2000), after the
base is reached the amount will change it will be so much for each 1000.

I know only the basic function but don't know how to write a formula for that.
--
Needing help
  #2  
Old January 11th, 2007, 01:14 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default formulas

Hi Denice,

is this for a commission-type payment scheme, where the first 2000 of
sales would be at a certain percentage, then the next 1000 would be at
a different percentage and so on? If so, how many different rates do
you have (and what are they), and what is the largest "amount" likely
to be encountered?

Pete

denice wrote:

I need to create a formula that figures the amount in a cell at different rates

There is a base charge for a certain amount in the cell (2000), after the
base is reached the amount will change it will be so much for each 1000.

I know only the basic function but don't know how to write a formula for that.
--
Needing help


  #3  
Old January 11th, 2007, 01:49 PM posted to microsoft.public.excel.worksheet.functions
bj
external usenet poster
 
Posts: 1,451
Default formulas

try something like
=(base cost)+(incremental cost)*roundup(max(0,nu/1000-2),0)
assuming the base cost will be there for any number, and the incremental
cost will be there for any part of a thousand.

"denice" wrote:

I need to create a formula that figures the amount in a cell at different rates

There is a base charge for a certain amount in the cell (2000), after the
base is reached the amount will change it will be so much for each 1000.

I know only the basic function but don't know how to write a formula for that.
--
Needing help

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.