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 / General Excel Questions / August 2007

Tip: Looking for answers? Try searching our database.

Formula Problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Excellerated - 24 Aug 2007 18:34 GMT
I have to work out the following problem and I can't figure out how.

A bonus formula that addresses the following requirements:

A sales person needs to sell more than 260 units per quarter to qualify for
a bonus. Create a cell that is labeled "Bonus Quantity" and put the value 260
in it. Reference this cell in the computation. Adjust the data so that at
least two but not all salespersons earn a bonus.

The bonus is calculated at the following rate:

$15 per unit for each unit sold over 260
PLUS an additional 5% of this amount (units over 260 x $15) will be added
for each year of service that the sales person has attained.

The amount should be displayed in a cell labeled “Bonus Total for the
Quarter.”
Salespersons who sold 260 units or fewer should get a zero in the bonus
column.
Gary''s Student - 24 Aug 2007 18:50 GMT
In A1 thru A5, enter:

261
260
$15
12
5%

where A1 contains the units sold
where A2 contains 260 the minimum needed for a bonus
where A3 contains $15 the bonus
where A4 contains 12 the years of service
where A5 contains %5 the addtional percent bonus

In another cell enter:

=(1+A4*A5)*MAX((A1-A2)*A3,0)

Signature

Gary''s Student - gsnu200739

> I have to work out the following problem and I can't figure out how.
>
[quoted text clipped - 15 lines]
> Salespersons who sold 260 units or fewer should get a zero in the bonus
> column.
 
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.