Closed Thread
Results 1 to 9 of 9

Formula for aging

  1. #1
    Forum Contributor
    Join Date
    02-11-2008
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    242

    Formula for aging

    Hi All,
    Please provide the formula for below aging.
    0 < 90 days
    90 >90-180 Days
    180 >180 Days
    Column M has the aging details.
    I am attaching the file below.
    Thank you in advance for the help.
    Attached Files Attached Files
    Last edited by arnab0711; 02-03-2010 at 05:34 AM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Want formula for aging

    Arnab, what do you want to do with the values in column M? Or are you trying to update other cells based on the aging value in column M?

  3. #3
    Forum Contributor
    Join Date
    02-11-2008
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    242

    Re: Want formula for aging

    Hi Paul,
    I want a ' if ' formula where if the aging is 0 to 90 days it will show 0 < 90 days,if the the aging is 91 to 180 days it will show 90-180 Days,and so on.

  4. #4
    Registered User
    Join Date
    12-30-2009
    Location
    Chennai
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Want formula for aging

    Hello arnab0711,,

    Try this =IF(M2<=90,"0<90",IF(M2<=180,"90<180",">180"))

  5. #5
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Want formula for aging

    The following code will replace the values in column M with their appropriate ranges:
    Please Login or Register  to view this content.
    If you don't want to use a macro, you can use a formula in an open column (like column R). In R2 put

    =IF(M2>180,"> 180",IF(M2>=90,"90 - 180",IF(M2>=0,"< 90","")))

  6. #6
    Forum Contributor
    Join Date
    02-11-2008
    Location
    India
    MS-Off Ver
    Excel 2013
    Posts
    242

    Re: Want formula for aging

    Thanks a lot for the reply,can we also have a macro for automatically creating a pivot out of it,where in the organisation name will be in the row section,the aging formula will be in the column section and sum of value in the data section.

  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Want formula for aging

    Pivot Table thread created: http://www.excelforum.com/excel-work...utomation.html

    arnab0711, please mark this particular thread SOLVED.

    Quote Originally Posted by E.F.Gubbins
    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

  8. #8
    Registered User
    Join Date
    02-11-2024
    Location
    kenya
    MS-Off Ver
    2021
    Posts
    1

    Re: Formula for aging

    Calculate days outstanding using =DAYS(start date,End date) eg in CELL 1A to return value in B1

    0-90 days use =IF(A1<=90,B1,0)
    91-180days use =IF(AND(A1<=180,A1>=91),B1,0)
    181-270days use =IF(AND(A1<=270,A1>=181),B1,0)
    270-360 days use =IF(AND(A1<=360,A1>=271),B1,0)
    >360 days use =IF(A1>=360,B1,0)
    Last edited by JAPHO; 02-11-2024 at 06:43 AM.

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Formula for aging

    1. This thread is 15 years old.

    2. Your answer looks like it was generated by AI, and does not answer the question, as asked.

    3. Please read the yellow banner (top) about AI.

    4. Thread closed.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

Closed Thread

Thread Information

Users Browsing this Thread

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

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