split amount conditionly

noubaba

New Member
Joined
Apr 10, 2018
Messages
19
I need help, here I also attached image of excel sheet to explain my question. I have this installment payment sheet. Payed amount to be entered in column E. What I want, I want to enter amount in column E regardless of months for example I had payed 3,76,000 rupees in 15 July and then second installment I had payed in 31 Dec. I need formula to split my payed amount based on installments amount mentioned in column C and fill up automatically column F and G. You can also notice that when I had payed 3,76,000 rupees on 15 July 2019 then payed amount were distributed in column F till F4 and I got 9000 rupees in F4 and when I payed 3,58,000 rupees on 31 Dec 2019 then 1,74,500 rupees add up in F4 to make it 1,83,500 as per C3. Can you please design a formula which can fill up F and G column for me. Further Blank cells in column E can be ignored. Hope you understood my question. Thanks a lot in advance for your help.
 

Attachments

  • excel question-1.jpg
    excel question-1.jpg
    114.7 KB · Views: 16

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Is it anything like this?
 
Upvote 0
Maybe....

Hope that helps.
Book1
ABCDEFG
1SerNatureAmountDue DtaePaid AmountInstalment PaidStatus
21Inst1183,50015/07/2019376,000183,500Paid
32Inst2183,50030/09/2019183,500Paid
43Inst3183,50031/12/20199,000 
54Inst4183,50015/03/2020  
65Inst5183,50030/06/2020  
Sheet1
Cell Formulas
RangeFormula
F2:F6F2=IF(SUM(E$2:E2)>=SUM(C$2:C2),C2,IF(C2+SUM(E$2:E2)-SUM(C$1:C2)>0,C2+SUM(E$2:E2)-SUM(C$1:C2),""))
G2:G6G2=IF(F2=C2,"Paid","")


Book1
ABCDEFG
1SerNatureAmountDue DtaePaid AmountInstalment PaidStatus
21Inst1183,50015/07/2019376,000183,500Paid
32Inst2183,50030/09/2019183,500Paid
43Inst3183,50031/12/2019358,000183,500Paid
54Inst4183,50015/03/2020183,500Paid
65Inst5183,50030/06/2020  
Sheet1
 
Upvote 0
thank you Snakehips for your help, formula almost working fine but one concern if you can fix it further.
Lets say in terms of installment I payed 500,000 amount on 30 Sep-20 then F6 is not being filled. Can you please fix it. F6 or any cell in column F must not left empty, whenever I pay amount it should start right under the installment payed in column F. Hope you understood this issue.
 
Upvote 0
thank you Snakehips for your help, formula almost working fine but one concern if you can fix it further.

Lets say in terms of installment I payed 500,000 amount on 30 Sep-20 then F6 is not being filled. Can you please fix it. F6 or any cell in column F must not left empty, whenever I pay amount it should start right under the installment payed in column F.
 

Attachments

  • excel question 2.jpg
    excel question 2.jpg
    115.4 KB · Views: 8
Upvote 0
Try this....
Book1
BCDEFG
1NatureAmountDue DtaePaid AmountInstalment PaidStatus
2Inst1183,50015/07/2019376,000183,500Paid
3Inst2183,50030/09/2019183,500Paid
4Inst3183,50031/12/2019358,000183,500Paid
5Inst4183,50015/03/2020183,500Paid
6Inst5183,50030/06/2020183,500Paid
7Inst6183,50030/09/2020500,000183,500Paid
8Inst7183,50031/12/2020133,000Part Paid
9Inst8183,50030/03/2021  
10Inst9183,50030/06/2021  
Sheet1
Cell Formulas
RangeFormula
F2:F10F2=IF(SUM($E$2:$E$13)>=SUM(C$2:C2),C2,IF(SUM(E$2:E2)>SUM(C$1:C1),SUM(E$2:E2)-SUM(C$1:C1),""))
G2:G10G2=IF(F2=C2,"Paid",IF(F2="","","Part Paid"))
 
Upvote 0
Snakehips, sorry to ask for your help again. Still one issue please see attached picture, if you can extend your help to fix it. Thanks in advance.
 

Attachments

  • excel question-3.JPG
    excel question-3.JPG
    205 KB · Views: 11
Upvote 0
Hopefully this sorts it....

Book1
ABCDEFG
1SerNatureAmountDue DtaePaid AmountInstalment PaidStatus
21Inst1183,50015/07/2019376,000183,500Paid
32Inst2183,50030/09/2019183,500Paid
43Inst3183,50031/12/2019358,000183,500Paid
54Inst4183,50015/03/2020183,500Paid
65Inst5183,50030/06/2020100Part Paid
76Inst6183,50030/09/2020100  
87Inst7183,50031/12/2020  
98Inst8183,50030/03/2021  
109Inst9183,50030/06/2021  
1110Inst10183,50030/09/2021  
1211Inst11183,50031/12/2021  
1312Inst12181,50031/03/2022  
14734,100734,100
Sheet1
Cell Formulas
RangeFormula
F2:F13F2=IF($E$14>=SUM(C$2:C2),C2,IF(F1<>C1,"",IF(E$14-SUM(F$1:F1)>0,E$14-SUM(F$1:F1),"")))
G2:G13G2=IF(F2=C2,"Paid",IF(F2="","","Part Paid"))
E14:F14E14=SUM(E2:E13)
 
Upvote 0

Forum statistics

Threads
1,223,632
Messages
6,173,467
Members
452,516
Latest member
archcalx

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