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  

nested functions



 
 
Thread Tools Display Modes
  #1  
Old September 17th, 2003, 11:56 AM
Linda
external usenet poster
 
Posts: n/a
Default nested functions

I am trying to create a nested function that returns a
value of a bonus figure paid at
5% over a certain amount e.g .total sales over 2000 and
2% at a lower amount e.g .total sales over 1500 and no
bonus at a lesser amount (1200)
I have used the if function but when calculated the cel
shows the formula as opposed to the actual figure..I
simply can not figure it out and it is driving me nuts!!!!

  #2  
Old September 17th, 2003, 12:09 PM
Andy B
external usenet poster
 
Posts: n/a
Default nested functions

Linda

I've tried this formula to work out the bonus:
=IF(D182000,(D18-2000)*0.05,IF(D181500,(D18-1500)*0.02,""))
and it works OK.
Make sure you have Calculation set to automatic and that in
Tools/Options/View the Formulas option is not ticked.

Andy.

"Linda" wrote in message
...
I am trying to create a nested function that returns a
value of a bonus figure paid at
5% over a certain amount e.g .total sales over 2000 and
2% at a lower amount e.g .total sales over 1500 and no
bonus at a lesser amount (1200)
I have used the if function but when calculated the cel
shows the formula as opposed to the actual figure..I
simply can not figure it out and it is driving me nuts!!!!



  #3  
Old September 17th, 2003, 07:26 PM
Nathan
external usenet poster
 
Posts: n/a
Default nested functions

This formula will calculate the Bonus on the sales value
as well.
=IF(C7=2000,C7*0.05,IF(AND(C7=1500,C72000),C7*0 .02,IF
(C71500,C7*0,)))
Hope it helps

-----Original Message-----
I am trying to create a nested function that returns a
value of a bonus figure paid at
5% over a certain amount e.g .total sales over 2000 and
2% at a lower amount e.g .total sales over 1500 and no
bonus at a lesser amount (1200)
I have used the if function but when calculated the cel
shows the formula as opposed to the actual figure..I
simply can not figure it out and it is driving me nuts!!!!

.

 




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 11:44 PM.


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