+ Reply to Thread
Results 1 to 3 of 3

ageing report

Hybrid View

chiragsk ageing report 08-28-2008, 07:48 AM
mdbct Can you define your... 08-29-2008, 09:30 PM
mdbct I've attached a spreadsheet... 08-29-2008, 10:28 PM
  1. #1
    Registered User
    Join Date
    06-23-2007
    Posts
    3

    ageing report

    Dear all, pl. help me this.

    I have three columns

    Item No. > Date of issue > Qty

    Now i want ageing report like;
    Qty issued on every three months gap.

    e.g. qty issued
    Item No. 3months 6 months 9months

    regards.chirag

  2. #2
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848
    Can you define your intervals? Is it a rolling 90 days for each 3 month period? Or maybe current month and then the last 3 full month, last 6 full months, then last 9 full month?

  3. #3
    Valued Forum Contributor mdbct's Avatar
    Join Date
    11-11-2005
    Location
    CT
    MS-Off Ver
    2003 & 2007
    Posts
    848
    I've attached a spreadsheet that demonstrates both conditions I inquired about.

    I used the SUMPRODUCT() function to calculate the quantities.

    Here is the formula I used to determine the last 90 days.
    =SUMPRODUCT(($A$2:$A$1600=$F2)*($B$2:$B$1600>=TODAY()-90)*$C$2:$C$1600)
    Current month:
    =SUMPRODUCT(($B$2:$B$228>=TODAY()-DAY(TODAY())+1)*($A$2:$A$228=$F8)*$C$2:$C$228)
    Last 3 full months:
    =SUMPRODUCT(($B$2:$B$228>=DATE(YEAR(TODAY()),MONTH(TODAY())-3,1))*($A$2:$A$228=$F8)*$C$2:$C$228)-$G8
    The formula calculates the quantities for the last 3 full months and then subtracts the current month's data. For this example, cell G8 contains the total from the current month.
    Attached Files Attached Files

+ 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. Form Email from Report, Only if Report summary sheet lists Acct for that Sales Rep
    By lukep10 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-28-2008, 01:38 PM
  2. Select method of range class error?
    By robbert in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-13-2008, 12:58 PM
  3. performance tracking and report help
    By landmanjann in forum Excel General
    Replies: 1
    Last Post: 11-20-2007, 10:21 AM
  4. Group by clause in XL
    By Vaishak in forum Excel General
    Replies: 4
    Last Post: 05-27-2007, 10:38 PM
  5. Replies: 3
    Last Post: 05-12-2007, 08:12 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