Conditional formula

olliedstuff

New Member
Joined
Mar 11, 2011
Messages
9
Hi,

I'm trying to produce a formula for bonus calculation that is driven by monthly and quarterly cumulative performance. I need the formula to calculate the bonus in month one, two and three if target sales are met in the individual months; but if the cumulative performance over the entire quarter deoes not meet the entire quarter target then 0 in each of the three months. I have tried using, IF(OR( formulas but no luck thus far.
Can anyone help please?

Thanks
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Don't you just mean total performance over the 3 months, rather than cumulative. If the total 3 months performance does not meet target, then the calc is zero for any individual month. Just test the total for the quarter in your IF function.
 
Upvote 0
Hi Glenn,

Thanks for your quick post! Its not quite that simple unfortunately as we need to show if they have achieved on the individual months as we go through the quarter so I need something that will supersede these monthly calculations once the quarters position is known. This will be at the end of the quarter when all 'actual' sales are in and all 'pipeline/forecast' sales have been removed. Any thoughts?
 
Upvote 0
Is there some test you can do in the formula to see whether the quarters position is known?
 
Upvote 0
Yes, I have a quarterly summary (made up of actual plus forecast sales) so I can compare this to budget within the formula.
 
Upvote 0
Surely that will show the quarterly summary whether it's complete or not. You said:
I need something that will supersede these monthly calculations once the quarters position is known
Is there some indicator that you can test to see if the quarters actual position is known?
 
Upvote 0
Unfortunately not, if the month target is met but the quarter target is not it needs to return 0 but with my formula it still returns the month figures. I need it to say if X is achieved do Y but if Z is not achieved then replace Y with 0.
 
Upvote 0
Can you test for a date then, after which the calculation will change?
 
Upvote 0
So,
IF(date < quarter_end,Do_single_Month_calc,IF(quarter_target_met,Do_single_Month_calc,0))
should be the generic shape of the formula.

What do you think?
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,903
Members
452,948
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top