+ Reply to Thread
Results 1 to 5 of 5

Create a list from information that is 300 days past a nominated date

  1. #1
    Registered User
    Join Date
    04-06-2013
    Location
    Australia Queensland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Create a list from information that is 300 days past a nominated date

    Hi all

    Is it possible to produce a list of products the are out of a date range; example
    If column A:A=”Yes” and B:B=Date+300 days list C:C in cell F:F.

    A:A is Yes, No
    B:B is date (dd,mm,yyyy)
    C:C is case number (ABC/12/00012)
    F:F list of over due cases.

    So basically if A:A is Yes and B:B is past 300 days then place corresponding information from C:C into F:F or F:1
    Is this possible?

    Cheers
    Gatheringinfo
    Attached Files Attached Files
    Last edited by Gatheringinfo; 04-07-2013 at 03:17 AM.

  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: Create a list from information that is 300 days past a nominated date

    Hi and welcome to the forum

    Not sure is this is exactly what you wanted, but I think it gives you wnat you wanted. I put this in D, copied down, but you could put it where ever you want...

    =IF(B2+300<TODAY(),C2,"")
    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
    04-06-2013
    Location
    Australia Queensland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Create a list from information that is 300 days past a nominated date

    Hey
    Thanks this works perfectly; just wondering if there is away that C:C will only appear if A:A =”yes”.

    Cheers
    Gatheringinfo

  4. #4
    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: Create a list from information that is 300 days past a nominated date

    Sure, change the formula to...
    =IF(AND(A2="Yes",B2+300<TODAY()),C2,"")

  5. #5
    Registered User
    Join Date
    04-06-2013
    Location
    Australia Queensland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Create a list from information that is 300 days past a nominated date

    That is perfect, Thank you..

    Cheers
    Gatheringinfo

+ Reply to 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