I need a help in excel in finding due date for a list of accounts based on their respective approximate cummulative total. Below is
1. Destination sheet has account wise receivable balance
2. Source sheet has date wise interest accrual (denoted by Tran Type C)and interest payment (denoted by TranType D)
3. Days O/S is the difference between the valur date of Interest Accrual and Date of Reporting
4. Need to lookup the Days O/S of each account from the Source sheet based on the due amount in Destination Sheet to match (exact or approximate) the corresponding O/S Days of the cummulative receivable of Tran Type C
5. If the lookup amount is even a fraction greater than the corresponding cummulative amount then it should fetch next O/S Days.
eg
[TABLE="width: 263"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]Value Date
[/TD]
[TD]Amt[/TD]
[TD]Cumm Total[/TD]
[TD]Days O/S
[/TD]
[/TR]
[TR]
[TD="align: right"]12/22/2017[/TD]
[TD="align: right"]480[/TD]
[TD="align: right"]480[/TD]
[TD="align: right"]13[/TD]
[/TR]
[TR]
[TD="align: right"]12/23/2017[/TD]
[TD="align: right"]480[/TD]
[TD="align: right"]960[/TD]
[TD="align: right"]14
[/TD]
[/TR]
[TR]
[TD="align: right"]12/24/2017[/TD]
[TD="align: right"]490[/TD]
[TD="align: right"]1450[/TD]
[TD="align: right"]15[/TD]
[/TR]
[TR]
[TD="align: right"]12/25/2017[/TD]
[TD="align: right"]490[/TD]
[TD="align: right"]1940[/TD]
[TD="align: right"]16[/TD]
[/TR]
</tbody>[/TABLE]
In above table:
If the lookup amount is 14.00, it should return 13
If the lookup amount is 1452.33, it should return 16 instead of 15
Since I am not allowed to post attachment, please find the sample file in following google drive link
https://drive.google.com/open?id=1pZ-N1_YTPhVeiOOv0b6f7sMkWwcz1OB-
1. Destination sheet has account wise receivable balance
2. Source sheet has date wise interest accrual (denoted by Tran Type C)and interest payment (denoted by TranType D)
3. Days O/S is the difference between the valur date of Interest Accrual and Date of Reporting
4. Need to lookup the Days O/S of each account from the Source sheet based on the due amount in Destination Sheet to match (exact or approximate) the corresponding O/S Days of the cummulative receivable of Tran Type C
5. If the lookup amount is even a fraction greater than the corresponding cummulative amount then it should fetch next O/S Days.
eg
[TABLE="width: 263"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]Value Date
[/TD]
[TD]Amt[/TD]
[TD]Cumm Total[/TD]
[TD]Days O/S
[/TD]
[/TR]
[TR]
[TD="align: right"]12/22/2017[/TD]
[TD="align: right"]480[/TD]
[TD="align: right"]480[/TD]
[TD="align: right"]13[/TD]
[/TR]
[TR]
[TD="align: right"]12/23/2017[/TD]
[TD="align: right"]480[/TD]
[TD="align: right"]960[/TD]
[TD="align: right"]14
[/TD]
[/TR]
[TR]
[TD="align: right"]12/24/2017[/TD]
[TD="align: right"]490[/TD]
[TD="align: right"]1450[/TD]
[TD="align: right"]15[/TD]
[/TR]
[TR]
[TD="align: right"]12/25/2017[/TD]
[TD="align: right"]490[/TD]
[TD="align: right"]1940[/TD]
[TD="align: right"]16[/TD]
[/TR]
</tbody>[/TABLE]
In above table:
If the lookup amount is 14.00, it should return 13
If the lookup amount is 1452.33, it should return 16 instead of 15
Since I am not allowed to post attachment, please find the sample file in following google drive link
https://drive.google.com/open?id=1pZ-N1_YTPhVeiOOv0b6f7sMkWwcz1OB-