Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
EboniDimplz
 
Posts: n/a
Default Formula to figure bonus


Can anyone help me out on the steps to do the following:
---------------------------
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.
-------------------

Any help that you can provide would be much appreciated.


--
EboniDimplz
------------------------------------------------------------------------
EboniDimplz's Profile: http://www.excelforum.com/member.php...o&userid=33551
View this thread: http://www.excelforum.com/showthread...hreadid=533577

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RRR_News
 
Posts: n/a
Default Formula to figure bonus

EboniDimplz,
This set-up will show either you made the bonus and the amt, or not. Try the
following:

A1 B1
Bonus Qty 260
A2 B2
% by Yrs .05
A3 B3
Bonus/Unit $15.00

For the Title Row

A5=Name
B5=Yrs of Service
C5=Units Sold
D5=Bonus total for Qtr


So if you starting in A7 with the employee's name, in the D6 cell put the
following formula. and fill down.
=IF(C6-$B$1<0,0,SUM(((C6-$B$1)*$B$3),(C6-$B$1)*$B$3*B6*$B$2))


--

Have A Good Day
Rich/rerat

Add MS to your News Reader: news://msnews.microsoft.com
(RRR News) <message rule
<<Previous Text Snipped to Save Bandwidth When Appropriate


"EboniDimplz"
wrote in message
...

Can anyone help me out on the steps to do the following:
---------------------------
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.
-------------------

Any help that you can provide would be much appreciated.


--
EboniDimplz
------------------------------------------------------------------------
EboniDimplz's Profile:
http://www.excelforum.com/member.php...o&userid=33551
View this thread: http://www.excelforum.com/showthread...hreadid=533577

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RRR_News
 
Posts: n/a
Default Formula to figure bonus

Correction of Formula:

=IF(C6-$B$1<1,0,SUM(((C6-$B$1)*$B$3),(C6-$B$1)*$B$3*B6*$B$2))

--

Have A Good Day
Rich/rerat

Add MS to your News Reader: news://msnews.microsoft.com
(RRR News) <message rule
<<Previous Text Snipped to Save Bandwidth When Appropriate


"RRR_News" wrote in message
...
EboniDimplz,
This set-up will show either you made the bonus and the amt, or not. Try the
following:

A1 B1
Bonus Qty 260
A2 B2
% by Yrs .05
A3 B3
Bonus/Unit $15.00

For the Title Row

A5=Name
B5=Yrs of Service
C5=Units Sold
D5=Bonus total for Qtr


So if you starting in A7 with the employee's name, in the D6 cell put the
following formula. and fill down.
=IF(C6-$B$1<0,0,SUM(((C6-$B$1)*$B$3),(C6-$B$1)*$B$3*B6*$B$2))


--

Have A Good Day
Rich/rerat

Add MS to your News Reader: news://msnews.microsoft.com
(RRR News) <message rule
<<Previous Text Snipped to Save Bandwidth When Appropriate


"EboniDimplz"
wrote in message
...

Can anyone help me out on the steps to do the following:
---------------------------
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.
-------------------

Any help that you can provide would be much appreciated.


--
EboniDimplz
------------------------------------------------------------------------
EboniDimplz's Profile:
http://www.excelforum.com/member.php...o&userid=33551
View this thread: http://www.excelforum.com/showthread...hreadid=533577

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
formula for bonus or penalty LADY New Users to Excel 2 March 29th 06 09:39 PM
Bonus formula help needed jiffy97 Excel Worksheet Functions 3 December 7th 05 10:40 PM
Formula to give 5%rise in a figure if it occurs b/wn 2 dates lwhat Excel Worksheet Functions 1 October 28th 05 11:21 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
How do figure excel formula out? rlrlatr35 Excel Discussion (Misc queries) 2 January 3rd 05 06:11 AM


All times are GMT +1. The time now is 01:22 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"