Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

IF Function Help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
IHateComputers - 07 Mar 2008 02:34 GMT
I have a project that requires me to calculate bonuses for employees. I am
pretty sure that I need to use an IF function. Here is the question:

If the project fees do not exceed estimates the manager receives an 100
bonus. Algebraically, this is Bonus=(actual-projected)*bonus rate if
(actual-projected)>0, 100 otherwise. Create a formula that calculates the
project manager bonus.

This is a completely different language that I just can't seem to decipher.
If anyone can help, that would be great!
Barb Reinhardt - 07 Mar 2008 02:40 GMT
=if(actual - projected > 0, (actual - projected) * bonusRate, 100)

Signature

HTH,
Barb Reinhardt

> I have a project that requires me to calculate bonuses for employees. I am
> pretty sure that I need to use an IF function. Here is the question:
[quoted text clipped - 6 lines]
> This is a completely different language that I just can't seem to decipher.
> If anyone can help, that would be great!
Rick Rothstein (MVP - VB) - 07 Mar 2008 03:12 GMT
Or even...

=MAX(100,(Actual - Projected) * BonusRate)

which is a more fair formula (for the manager) than the one you posted (if
the difference times the bonus rate is less than 100, your formula gives the
manager the smaller amount).

Rick

> =if(actual - projected > 0, (actual - projected) * bonusRate, 100)
>
[quoted text clipped - 10 lines]
>> decipher.
>> If anyone can help, that would be great!

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.