PC Review


Reply
Thread Tools Rate Thread

Calculating Commissions

 
 
=?Utf-8?B?UmVhbCBTcGljZQ==?=
Guest
Posts: n/a
 
      22nd Apr 2007
Help with the following.

Example:

A1 = Renewal sale or increase value from Existing Business (5% Commissions)
A2 = New Business from New Customers (7.5% Commissions)
A3 = Reduce Sale from Existing Business (3% Commissions)

Can someone help me with a formula that will return the correct commission
value in cell A4 based on the commission structure above?

Please note that all 3 cells will never be populated at the same time. Only
1 cell A1, A2, A3) will be populated per row.








--
Sam
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RlN0MQ==?=
Guest
Posts: n/a
 
      22nd Apr 2007
hi,
try something like this....

=((A1*0.05)+(A2*0.07)+(A3*0.03))

regards
FSt1


"Real Spice" wrote:

> Help with the following.
>
> Example:
>
> A1 = Renewal sale or increase value from Existing Business (5% Commissions)
> A2 = New Business from New Customers (7.5% Commissions)
> A3 = Reduce Sale from Existing Business (3% Commissions)
>
> Can someone help me with a formula that will return the correct commission
> value in cell A4 based on the commission structure above?
>
> Please note that all 3 cells will never be populated at the same time. Only
> 1 cell A1, A2, A3) will be populated per row.
>
>
>
>
>
>
>
>
> --
> Sam

 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      22nd Apr 2007
One way:

=SUMPRODUCT(A1:A3,{0.05,0.075,0.03})*A4

In article <B4F48A84-AE20-455A-9A48-(E-Mail Removed)>,
Real Spice <(E-Mail Removed)> wrote:

> Help with the following.
>
> Example:
>
> A1 = Renewal sale or increase value from Existing Business (5% Commissions)
> A2 = New Business from New Customers (7.5% Commissions)
> A3 = Reduce Sale from Existing Business (3% Commissions)
>
> Can someone help me with a formula that will return the correct commission
> value in cell A4 based on the commission structure above?
>
> Please note that all 3 cells will never be populated at the same time. Only
> 1 cell A1, A2, A3) will be populated per row.

 
Reply With Quote
 
John
Guest
Posts: n/a
 
      22nd Apr 2007
Well if 'never' really means never then how about this:

=SUM((A1*0.05),(A2*0.075),(A3*0.03))

Hope that helps

John

"Real Spice" <(E-Mail Removed)> wrote in message
news:B4F48A84-AE20-455A-9A48-(E-Mail Removed)...
> Help with the following.
>
> Example:
>
> A1 = Renewal sale or increase value from Existing Business (5%
> Commissions)
> A2 = New Business from New Customers (7.5% Commissions)
> A3 = Reduce Sale from Existing Business (3% Commissions)
>
> Can someone help me with a formula that will return the correct commission
> value in cell A4 based on the commission structure above?
>
> Please note that all 3 cells will never be populated at the same time.
> Only
> 1 cell A1, A2, A3) will be populated per row.
>
>
>
>
>
>
>
>
> --
> Sam



 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      22nd Apr 2007
Oops, delete the *A4



=SUMPRODUCT(A1:A3,{0.05,0.075,0.03})

In article <jemcgimpsey-(E-Mail Removed)>,
JE McGimpsey <(E-Mail Removed)> wrote:

> One way:
>
> =SUMPRODUCT(A1:A3,{0.05,0.075,0.03})*A4
>
> In article <B4F48A84-AE20-455A-9A48-(E-Mail Removed)>,
> Real Spice <(E-Mail Removed)> wrote:
>
> > Help with the following.
> >
> > Example:
> >
> > A1 = Renewal sale or increase value from Existing Business (5% Commissions)
> > A2 = New Business from New Customers (7.5% Commissions)
> > A3 = Reduce Sale from Existing Business (3% Commissions)
> >
> > Can someone help me with a formula that will return the correct commission
> > value in cell A4 based on the commission structure above?
> >
> > Please note that all 3 cells will never be populated at the same time.
> > Only
> > 1 cell A1, A2, A3) will be populated per row.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculating commissions RC Microsoft Excel Misc 2 21st Jul 2009 11:05 PM
Calculating Commissions Bugles6 Microsoft Excel Worksheet Functions 3 27th Nov 2003 05:44 PM
Re: Calculating Commissions Macro Richard Microsoft Excel Programming 0 29th Jul 2003 11:40 PM
Re: Calculating Commissions Macro Steve Smallman Microsoft Excel Programming 1 27th Jul 2003 05:16 PM
calculating commissions on ranges kim Microsoft Excel Misc 4 15th Jul 2003 09:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:47 PM.