Ageing Formula

vasudev_kamat

New Member
Joined
May 7, 2012
Messages
38
Hi Friends,

I need support on excel formula. I am using ageing calculation formula based on customer type. If it is Third party customer I need age buckets like >15 days, Not Due, Less than 15 days. and if it is Inter Company customer again >30 days, Not Due, less than 30 days.Row B has value for type of customer. Overall due date in Row D. and ageing formula required in cell E.
Attached screenshot. Please support with formula.
 

Attachments

  • working file.PNG
    working file.PNG
    24.7 KB · Views: 71

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Book1
ABCDE
1Month End31/07/2020
2CustomerTypeDue dateAgeingBucket
3abcThird Party01/07/202030>15 days
4defInter Company15/08/2020-15Not Due
5ghiThird Party01/01/2020212>15 days
6jklInter Company15/05/202077>30 days
7mnoInter Company30/06/202031>30 days
8volInter Company01/07/202030Not Due
9tocThird Party15/07/202016>15 days
10hjuThird Party16/07/202015Not Due
Sheet1
Cell Formulas
RangeFormula
D3:D10D3=$D$1-C3
E3:E10E3=IF(B3="Third Party",IF(D3<16,"Not Due",">15 days"),IF(D3<31,"Not Due",">30 days"))
 
Upvote 0
Month End Date
31-Jul-20​
Formula Required
Customer NameCustomer TypePayment Due dateAgeingAgeing Bucket
abcThird Party
01-Jul-20​
30​
>15 days
xyzInter Company
15-Aug-20​
-15​
Not Due
dkzThird Party
01-Jan-20​
212​
>15 days
przInter Company
15-May-20​
77​
>30 days
mrqThird Party
10-Oct-20​
-71​
Not Due
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,979
Members
448,934
Latest member
audette89

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