+ Reply to Thread
Results 1 to 4 of 4

Overdue Days

  1. #1
    Registered User
    Join Date
    05-29-2018
    Location
    UAE
    MS-Off Ver
    2019
    Posts
    75

    Overdue Days

    Hi Friends ,

    I have a sheet with detail of ageing but I need in summary sheet the ageing days for each unit.

    For Example in Summary tab Royal ageing it should show 61-90 / Over 360 under ageing tab.

    Any formula can suggest .
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Overdue Days

    show some sample answers in your file please, and explain how you arrive at them
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-29-2018
    Location
    UAE
    MS-Off Ver
    2019
    Posts
    75

    Re: Overdue Days

    Detail Tab is updated manually for each customer's outstanding amount on a monthly basis.

    But I need in summary the months to be updated automatically with the help of any formula
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,568

    Re: Overdue Days

    This proposal employs a number of helpers which may be moved and/or hidden for aesthetic purposes.
    On the Detail sheet columns S:AE are populated using: =IF(AND(D3="",R3=""),"",IF(D3="",R3,R3&" / "&INDEX($D$2:$P$2,COLUMNS($A$1:A$1))))
    Column AF is populated using: =RIGHT(AE3,LEN(AE3)-3)
    On the Summary sheet the Aging column is populated using: =INDEX(Detail!AF$3:AF$5,MATCH(B3,Detail!C$3:C$5,0))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Overdue days
    By Shenan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2017, 11:29 AM
  2. overdue days calculation
    By MANISH2AGRAWAL in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-03-2016, 02:12 AM
  3. overdue days calculation
    By MANISH2AGRAWAL in forum Access Tables & Databases
    Replies: 1
    Last Post: 04-03-2016, 01:50 AM
  4. No. days overdue in invoice
    By Janmarcus in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2014, 06:51 AM
  5. Formula to count days overdue 5, 10, 15, 20, 25, 30, 60, 90+
    By clintwade in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-30-2013, 10:37 AM
  6. [SOLVED] Formula for Days Overdue if not Completed
    By excelnewb02 in forum Excel General
    Replies: 5
    Last Post: 09-11-2012, 04:51 AM
  7. Days Overdue Column
    By Frank Sellin in forum Excel General
    Replies: 3
    Last Post: 09-13-2010, 11:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1