+ Reply to Thread
Results 1 to 3 of 3

Defect Aging Report in Excel 2010

  1. #1
    Registered User
    Join Date
    11-16-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    5

    Defect Aging Report in Excel 2010

    Appreciate if the Excel gurus can help me with this Aging Report.

    I need to create a defect Summary Report, where I can group the Open defects by 'Week' based on the 'Created date'.

    The Categorization I want is in the lines of ..

    <7 days -- 0 Weeks
    >= 7 days --- 1 Week
    >7 and <=14 days -- 2 Weeks
    >14 and <=21 days -- 3 Weeks.. and so on... upto 15 Weeks

    Is there an easy way to accomplish this in Excel ? Any specific formulas that can undertake this task smoothly ?

    I'm attaching the file for your perusal. Thanks
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094

    Re: Defect Aging Report in Excel 2010

    Hi,

    Try this where your age is in F2.

    =CHOOSE(IF(F2<7,1,IF(F2=7,2,ROUNDUP(F2/7,0)+1)),0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15)

    HTH
    Steve

  3. #3
    Registered User
    Join Date
    11-16-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Defect Aging Report in Excel 2010

    hi Steve,

    Thanks for the quick one.. The condition when F2 < 7 returns #Value..

    I've tried my best, but couldn't debug.. Appreciate your help.. thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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