Need a formula to add bonuses based on calendar dates

KC2MF

Board Regular
Joined
May 13, 2011
Messages
54
I'm trying to add bonuses based on whether an event meets a certain window of time in a regular calendar year (Jan-Dec). For example such as . . .

create a 5% bonus for all events occurring between April 1st and April 31st (starting and ending dates inclusive)

What formula would be needed or necessary to make determining event-timed bonuses (or even deductions) based on existing dates of events.

Thanks again for the help in advance.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
so how would your data be laid out? What column is the event data shown? Would the bonus be given on everything, just dependent on the dates?
 
Upvote 0
here is a sample
Excel Workbook
CD
14/1/20114/30/2011
20
Sheet2
Excel 2003
Cell Formulas
RangeFormula
C2=IF(AND(A2>=$C$1,A2<=$D$1),5%*1000,0)
 
Upvote 0
What I'm hoping to do is have a one-in-all formula that I can apply to all the fields based on there occurrence. For instance . . .

Group 1: 3 Shares (Occurs on 01/03/2011)
Group 2: 7 Shares (Occurs on 05/31/2011)
Group 3: 18 Shares (Occurs on 07/07/2011)
Group 4: 4 Shares (Occurs on 09/30/2011)
Group 5: 10 Shares (Occurs on 12/28/2011)

And the criteria for placing bonuses or maturities on these groups based on their event timing is say . . .

Period 1: 01/01/2011 - 01/31/2011 (no bonus awarded)
Period 2: 02/01/2011 - 03/31/2011 (a 5% bonus in shares is awarded)
Period 3: 04/01/2011 - 06/30/2011 (a 10% bonus in shares is awarded)
Period 4: 07/01/2011 - 12/31/2011 (a 15% bonus in shares is awarded)

Beginning and End dates are included in the period time-frames. So the add-on would be a multiple of the shares they already have. Group 5 has 10 shares and occurs in Period 4 therefore they get an additional 1.5 shares for their late date in maturity.

I hope this help in writing the formula. Thanks again for responding and for anyone else who can help.
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,762
Members
452,940
Latest member
rootytrip

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