ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   If And/Or statement for comm calc criteria (https://www.excelbanter.com/excel-discussion-misc-queries/188173-if-statement-comm-calc-criteria.html)

Wannano

If And/Or statement for comm calc criteria
 
This is to calculate a 2-part commission payment.

A1 Monthly Target = $1,000
A2 Performance % = 168%
A3 Payout up to 100% (100% of target - $1,000)
A4 Payout based of Performance % 100% up to 150% (2% of target for every %
above 100% of plan up to 150% of plan - otherwise, even if performance is
200%, the commission is capped at 150% performance)

I need a formula to calculate A4 - commission 100% up to 150% performance
================================================== =
Results should be
A1 - $1,000 / A2 - 168% / A3 - $1,000 / A4 - $1,000

A5 - $2,000 Total Commission
--
Texas Wannano

RagDyeR

If And/Or statement for comm calc criteria
 
A3:
=A1*MIN(A2,1)

A4:
=2*(A21)*MIN(MOD(A2,1),0.5)*A1

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Wannano" wrote in message
...
This is to calculate a 2-part commission payment.

A1 Monthly Target = $1,000
A2 Performance % = 168%
A3 Payout up to 100% (100% of target - $1,000)
A4 Payout based of Performance % 100% up to 150% (2% of target for every %
above 100% of plan up to 150% of plan - otherwise, even if performance is
200%, the commission is capped at 150% performance)

I need a formula to calculate A4 - commission 100% up to 150% performance
================================================== =
Results should be
A1 - $1,000 / A2 - 168% / A3 - $1,000 / A4 - $1,000

A5 - $2,000 Total Commission
--
Texas Wannano



RagDyeR

If And/Or statement for comm calc criteria
 
1 less function call for A4:

=2*(A21)*MIN(A2-1,0.5)*A1
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"RagDyeR" wrote in message
...
A3:
=A1*MIN(A2,1)

A4:
=2*(A21)*MIN(MOD(A2,1),0.5)*A1

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Wannano" wrote in message
...
This is to calculate a 2-part commission payment.

A1 Monthly Target = $1,000
A2 Performance % = 168%
A3 Payout up to 100% (100% of target - $1,000)
A4 Payout based of Performance % 100% up to 150% (2% of target for every %
above 100% of plan up to 150% of plan - otherwise, even if performance is
200%, the commission is capped at 150% performance)

I need a formula to calculate A4 - commission 100% up to 150% performance
================================================== =
Results should be
A1 - $1,000 / A2 - 168% / A3 - $1,000 / A4 - $1,000

A5 - $2,000 Total Commission
--
Texas Wannano




Wannano

If And/Or statement for comm calc criteria
 
That worked. Thanks!
--
Texas Wannano


"RagDyeR" wrote:

1 less function call for A4:

=2*(A21)*MIN(A2-1,0.5)*A1
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------


"RagDyeR" wrote in message
...
A3:
=A1*MIN(A2,1)

A4:
=2*(A21)*MIN(MOD(A2,1),0.5)*A1

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Wannano" wrote in message
...
This is to calculate a 2-part commission payment.

A1 Monthly Target = $1,000
A2 Performance % = 168%
A3 Payout up to 100% (100% of target - $1,000)
A4 Payout based of Performance % 100% up to 150% (2% of target for every %
above 100% of plan up to 150% of plan - otherwise, even if performance is
200%, the commission is capped at 150% performance)

I need a formula to calculate A4 - commission 100% up to 150% performance
================================================== =
Results should be
A1 - $1,000 / A2 - 168% / A3 - $1,000 / A4 - $1,000

A5 - $2,000 Total Commission
--
Texas Wannano





RagDyeR

If And/Or statement for comm calc criteria
 
You're welcome and appreciate the feed-back.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Wannano" wrote in message
...
That worked. Thanks!
--
Texas Wannano


"RagDyeR" wrote:

1 less function call for A4:

=2*(A21)*MIN(A2-1,0.5)*A1
--

Regards,

RD


--------------------------------------------------------------------------

---------------------
Please keep all correspondence within the Group, so all may benefit !


--------------------------------------------------------------------------

---------------------


"RagDyeR" wrote in message
...
A3:
=A1*MIN(A2,1)

A4:
=2*(A21)*MIN(MOD(A2,1),0.5)*A1

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Wannano" wrote in message
...
This is to calculate a 2-part commission payment.

A1 Monthly Target = $1,000
A2 Performance % = 168%
A3 Payout up to 100% (100% of target - $1,000)
A4 Payout based of Performance % 100% up to 150% (2% of target for

every %
above 100% of plan up to 150% of plan - otherwise, even if performance

is
200%, the commission is capped at 150% performance)

I need a formula to calculate A4 - commission 100% up to 150%

performance
================================================== =
Results should be
A1 - $1,000 / A2 - 168% / A3 - $1,000 / A4 - $1,000

A5 - $2,000 Total Commission
--
Texas Wannano







All times are GMT +1. The time now is 03:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com