Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BobVA
 
Posts: n/a
Default if/and statements

Hello,

This group helped me out a bit before and I'm hoping you can now as I'm
almost done. I'm trying to calculate an annual commission that is paid out
quarterly based on year to date performance. Basically if Jan/Feb/March
sales are grater than 50,000 but less than 100,000 then 1/4 of $7,500 is paid
out. I have the following:

=IF(AND(E7+E8+E9)*450000,(E7+E8+E9)*4<100000,7500 *0.25)

The problem is this formula is generating and answer even though my sales
totals are greater than 100000 when calculated out. Any suggestions?

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default if/and statements

your brackets in the typed version are wrong
=IF(AND((e7+e8+e9)*450000,(e7+e8+e0)*4<100000),75 00*.25)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default if/and statements

Hi

Try this:
=IF(AND((E7+E8+E9)*450000,(E7+E8+E9)*4<100000),75 00*0.25)

Why are you multiplying the figures by 4? Am I missing something?
Hope this helps.
Andy.


"BobVA" wrote in message
...
Hello,

This group helped me out a bit before and I'm hoping you can now as I'm
almost done. I'm trying to calculate an annual commission that is paid
out
quarterly based on year to date performance. Basically if Jan/Feb/March
sales are grater than 50,000 but less than 100,000 then 1/4 of $7,500 is
paid
out. I have the following:

=IF(AND(E7+E8+E9)*450000,(E7+E8+E9)*4<100000,7500 *0.25)

The problem is this formula is generating and answer even though my sales
totals are greater than 100000 when calculated out. Any suggestions?

Thanks.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default if/and statements

You need another couple of parentheses (did not try to test this):

=IF(AND((E7+E8+E9)*450000,(E7+E8+E9)*4<100000),75 00*0.25)

"BobVA" wrote:

Hello,

This group helped me out a bit before and I'm hoping you can now as I'm
almost done. I'm trying to calculate an annual commission that is paid out
quarterly based on year to date performance. Basically if Jan/Feb/March
sales are grater than 50,000 but less than 100,000 then 1/4 of $7,500 is paid
out. I have the following:

=IF(AND(E7+E8+E9)*450000,(E7+E8+E9)*4<100000,7500 *0.25)

The problem is this formula is generating and answer even though my sales
totals are greater than 100000 when calculated out. Any suggestions?

Thanks.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph
 
Posts: n/a
Default if/and statements

<Andy wrote in message ...
"BobVA" wrote in message
...
Hello,

This group helped me out a bit before and I'm hoping you can now as I'm
almost done. I'm trying to calculate an annual commission that is paid
out
quarterly based on year to date performance. Basically if Jan/Feb/March
sales are grater than 50,000 but less than 100,000 then 1/4 of $7,500 is
paid
out. I have the following:

=IF(AND(E7+E8+E9)*450000,(E7+E8+E9)*4<100000,7500 *0.25)

The problem is this formula is generating and answer even though my sales
totals are greater than 100000 when calculated out. Any suggestions?


Try this:
=IF(AND((E7+E8+E9)*450000,(E7+E8+E9)*4<100000),75 00*0.25)

Why are you multiplying the figures by 4? Am I missing something?


My guess is that he is converting the 3-month total to an annual figure?
--
David Biddulph




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BobVA
 
Posts: n/a
Default if/and statements



"David Biddulph" wrote:

<Andy wrote in message ...
"BobVA" wrote in message
...
Hello,

This group helped me out a bit before and I'm hoping you can now as I'm
almost done. I'm trying to calculate an annual commission that is paid
out
quarterly based on year to date performance. Basically if Jan/Feb/March
sales are grater than 50,000 but less than 100,000 then 1/4 of $7,500 is
paid
out. I have the following:

=IF(AND(E7+E8+E9)*450000,(E7+E8+E9)*4<100000,7500 *0.25)

The problem is this formula is generating and answer even though my sales
totals are greater than 100000 when calculated out. Any suggestions?


Try this:
=IF(AND((E7+E8+E9)*450000,(E7+E8+E9)*4<100000),75 00*0.25)

Why are you multiplying the figures by 4? Am I missing something?


My guess is that he is converting the 3-month total to an annual figure?
--
David Biddulph


Multiplied by 4 to get annual #. Thanks.

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BobVA
 
Posts: n/a
Default if/and statements



"Andy" wrote:

Hi

Try this:
=IF(AND((E7+E8+E9)*450000,(E7+E8+E9)*4<100000),75 00*0.25)

Why are you multiplying the figures by 4? Am I missing something?
Hope this helps.
Andy.


"BobVA" wrote in message
...
Hello,

This group helped me out a bit before and I'm hoping you can now as I'm
almost done. I'm trying to calculate an annual commission that is paid
out
quarterly based on year to date performance. Basically if Jan/Feb/March
sales are grater than 50,000 but less than 100,000 then 1/4 of $7,500 is
paid
out. I have the following:

=IF(AND(E7+E8+E9)*450000,(E7+E8+E9)*4<100000,7500 *0.25)

The problem is this formula is generating and answer even though my sales
totals are greater than 100000 when calculated out. Any suggestions?

Thanks.



Multiplying by 4 to get an annual Number

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



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

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

About Us

"It's about Microsoft Excel"