SUM IF / IF & OR statement :)

LaurenHancy

Board Regular
Joined
Aug 5, 2010
Messages
179
Hi Everyone!!!

I am trying to work out a statement using SUMIF and IF & OR.

Cell F23 is no. Months into agreement
Cell F24 is total commission made
Cell F25 is where I want my statement (Commission claw back depending on number of months into the agreement)

If cell F23 is >7 then add full commission amount. into field. If cell F23 is =>7 then add the following statements:

0-6 months = 100% of F24
7 months = 50% of F24
8 months = 40% of F24
9 months = 30% of F24
10 months = 20% of F24
11 months = 10% of F24
12 months = 0 of F24 (Leave at £0.00)

Is there a way to build this into a IF statement?

Thanks so much in advance :)
 
I have another questions :) you might ask me to post a new message, but you've all been so helpful. Hopefully it's an easy one for you.

Is there anyway I can calculate the number of months left until the 3rd or 4th year etc?

So if it a contract is in the 9th month, it would be 3 months remaining until 2nd year starts, if its 25 months, it would be 7 months until the new year, etc

Basically I have to work out RFL tax claw back, but it is paid annually so need to just work out the remining months in that year? I hope that makes sense?

Thanks for all your help :)
 
Upvote 0

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
I have another questions :) you might ask me to post a new message, but you've all been so helpful. Hopefully it's an easy one for you.

Is there anyway I can calculate the number of months left until the 3rd or 4th year etc?

So if it a contract is in the 9th month, it would be 3 months remaining until 2nd year starts, if its 25 months, it would be 7 months until the new year, etc

Basically I have to work out RFL tax claw back, but it is paid annually so need to just work out the remining months in that year? I hope that makes sense?

Thanks for all your help :)
I'm afraid I'm not following.
If the annual payment is based on contract start then I understand 9 months + 3 months = 12 months but 25 months is 2 years and one month so wouldn't year 3 start in another 11 months, rather than 7?

Take a look at this and let me know if it answers your question:

LaurenHancy.xlsx
ABCDEFGHIJKLMNO
1Contract MonthMonths RemainingUntil YearContract MonthMonths RemainingUntil YearContract MonthMonths RemainingUntil YearContract MonthMonths RemainingUntil Year
21111131122511337114
32101141022610338104
4391159227933994
5481168228834084
6571177229734174
7661186230634264
8751195231534354
9841204232434444
10931213233334534
111021222234234624
121111231235134714
1312122241233612448125
Sheet2
Cell Formulas
RangeFormula
N2:N13,J2:J13,F2:F13,B2:B13B2=12-(MOD(A2,12))
O2:O13,K2:K13,G2:G13,C2:C13C2=INT(A2/12)+1
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

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