Pick DATE where bills are fully received

myexcel202424

New Member
Joined
Jun 25, 2024
Messages
3
Office Version
  1. 2007
Platform
  1. Windows
I need DATE in column G where the "Bill Amount" (Column D), Bill ID wise, is received in full.

Example: Amount of Bill ID 101 is received partially on 2.5.24 and fully received on 3.5.2024. So here Bill ID no .101 is fully received on 3.5.24.

Unable to attach the Excel sheet/mini sheet, so, I have attached the pic.

Please guide.
Thanks
IMG-20240625-WA0012.jpg
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Here's how to do it with an accursed helper column. In later versions of excel, the helper column could be built in easily enough with an array formula and some nice MMULT.

MrExcelPlayground23.xlsx
ABCDEFGH
1SlnoBill IDdateBill AmountPayment RcvdBalanceRunning paymentsDate that bill was fully paid
211011-May$10,000-$10,000$03-May
321022-May$12,000-$22,000$09-May
432-May$5,000-$17,000$5,0009-May
541033-May$6,500-$23,500$5,0009-May
653-May$6,000-$17,500$11,0009-May
761044-May$8,200-$25,700$11,0009-May
871055-May$21,000-$46,700$11,0009-May
981066-May$32,300-$79,000$11,00011-May
1091077-May$2,800-$81,800$11,00011-May
11101087-May$600-$82,400$11,000Open
12111098-May$15,000-$97,400$11,000Open
13129-May$78,000-$19,400$89,000Open
141311010-May$1,100-$20,500$89,000Open
151411111-May$39,000-$59,500$89,000Open
161511211-May$1,700-$61,200$89,000Open
171611-May$4,000-$57,200$93,000Open
Sheet7
Cell Formulas
RangeFormula
F2F2=-D2
G2G2=E2
H2:H17H2=IFERROR(INDEX($C$2:$C$17,1+MATCH(SUM(D$2:D2),$G$2:$G$17,1)),"Open")
F3:F17F3=F2-D3+E3
G3:G17G3=G2+E3
 
Upvote 0
Solution
Here's how to do it with an accursed helper column. In later versions of excel, the helper column could be built in easily enough with an array formula and some nice MMULT.

MrExcelPlayground23.xlsx
ABCDEFGH
1SlnoBill IDdateBill AmountPayment RcvdBalanceRunning paymentsDate that bill was fully paid
211011-May$10,000-$10,000$03-May
321022-May$12,000-$22,000$09-May
432-May$5,000-$17,000$5,0009-May
541033-May$6,500-$23,500$5,0009-May
653-May$6,000-$17,500$11,0009-May
761044-May$8,200-$25,700$11,0009-May
871055-May$21,000-$46,700$11,0009-May
981066-May$32,300-$79,000$11,00011-May
1091077-May$2,800-$81,800$11,00011-May
11101087-May$600-$82,400$11,000Open
12111098-May$15,000-$97,400$11,000Open
13129-May$78,000-$19,400$89,000Open
141311010-May$1,100-$20,500$89,000Open
151411111-May$39,000-$59,500$89,000Open
161511211-May$1,700-$61,200$89,000Open
171611-May$4,000-$57,200$93,000Open
Sheet7
Cell Formulas
RangeFormula
F2F2=-D2
G2G2=E2
H2:H17H2=IFERROR(INDEX($C$2:$C$17,1+MATCH(SUM(D$2:D2),$G$2:$G$17,1)),"Open")
F3:F17F3=F2-D3+E3
G3:G17G3=G2+E3
Thank you very much dear. Will try and revert.
 
Upvote 0
Thank you very much dear. Will try and revert.
Hey James !!

Good afternoon

Your solution made my work easy. Thanks again.

Can you please help me with one more problem in the same sheet.

1. How to get the DATE of the partially cleared BILLs? Like out of $ 32300 againt Bill ID 106 $ 31300 were received on 9.5.24 and full amount is received on 9.5.24.

2. I need to add $ 1 to the PAYMENT RECEIVED for excel to calculate it under fully received. (If I change the figure of 78000 to 79000 at cell number E13, still excel returns the value (DATE of fully paid) as 11.5.24 and not 9.5.24 for BILL ID 106.

Kindly help
 
Upvote 0

Forum statistics

Threads
1,221,813
Messages
6,162,126
Members
451,743
Latest member
matt3388

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