+ Reply to Thread
Results 1 to 8 of 8

List of data depending on date

  1. #1
    Registered User
    Join Date
    07-04-2016
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    4

    List of data depending on date

    Hi,

    I have the attached file (simplified from a big report spreadsheet I use for work).

    I try to improve by isolating particular project depending on the date they are due on.

    I would like to enter, today's date, and get a list of all the project due on today or tomorrow and their stage.

    V lookup doesn't work as their might be several project due on the same date.

    Thank you for your help and suggestion.
    Attached Images Attached Images

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: List of data depending on date

    Hi,

    Welcome to the Forum.

    Can you please post a sample file in excel format rather than image? Images are impossible to edit and requires a lot of effort to recreate the file in excel.

    See the following URL for help on how to upload a file.
    http://www.excelforum.com/members/da...ch-a-file.html

  3. #3
    Registered User
    Join Date
    07-04-2016
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    4

    Re: List of data depending on date

    Hi cbatrody,

    Thanks for the welcome and help.

    I added the excel file to this message.
    Attached Files Attached Files

  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
    53,048

    Re: List of data depending on date

    Which column do you want this based on?

    Have you considered using filters for this?
    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

  5. #5
    Registered User
    Join Date
    07-04-2016
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    4

    Re: List of data depending on date

    Hi FDibbins,

    This could be based on several column. For one date, I can get a project due in stage 1 and another project due in stage 3. I will need this 2 project to appear.

    The file I shared is already a filtered part of a bigger spreadsheet. It is doable with filters, but very time consuming, especially for a report. The need is to isolate the relevant data quick for the day.

    Hope this explains a bit better the issue.

  6. #6
    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
    53,048

    Re: List of data depending on date

    There are other ways to do this, but see if this works for you - it uses a helper column in K...
    K2=IF(COUNTIF(A2:J2,">="&TODAY())>0,K1+1,K1)
    copied down as needed

    This tests to see if ANY date in the row is >= today, if so, it creates a unique sequence number

    On a new sheet...
    A
    B
    C
    D
    E
    F
    G
    H
    I
    J
    1
    Project ID
    Stage1 Base
    Stage1 Forecast
    Stage1 Actual
    Stage2 Base
    Stage2 Forecast
    Stage2 Actual
    Stage3 Base
    Stage3 Forecast
    Stage3 Actual
    2
    Project 5
    42394
    42394
    42394
    42528
    42549
    Not Submitted yet
    42544
    42585
    Not Submitted yet
    3
    Project 6
    42409
    42409
    42409
    42527
    42543
    42543
    42543
    42557
    Not Submitted yet
    4
    Project 8
    42522
    42544
    42544
    42551
    42608
    Not Submitted yet
    42646
    42646
    Not Submitted yet

    A2=IFERROR(INDEX(Sheet1!A:A,MATCH(ROW()-1,Sheet1!$K:$K,0)),"")
    copied down and across as needed

  7. #7
    Registered User
    Join Date
    07-04-2016
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    4

    Re: List of data depending on date

    Hi FDibbins,

    I had to do a few modification to your formulas for my report spreadsheet but it works.

    Thanks a lot for the help.

  8. #8
    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
    53,048

    Re: List of data depending on date

    Awesome, happy to help

    If this answered your question, please take a moment to mark the thread as "solved" - it helps keep things neat and tidy lol, and consider adding the reputation to those that helped (see points 2 & 3 below my 1st post to you)

+ 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. Data validation list, depending on other values in a row.
    By mulle1976 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-28-2014, 03:58 AM
  2. [SOLVED] Find the Max Date in a list depending on a Cell Value
    By turist in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-29-2013, 12:20 PM
  3. [SOLVED] Create List depending on data in Drop Down
    By Raanan in forum Excel General
    Replies: 6
    Last Post: 08-13-2013, 07:59 AM
  4. VBA Code - Display an Array List Depending on Date Range
    By sandonn in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-05-2013, 11:31 AM
  5. Return Data depending on dropdown list
    By GenericPat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-02-2012, 04:21 PM
  6. Return Data depending on dropdown list
    By GenericPat in forum Excel General
    Replies: 2
    Last Post: 11-02-2012, 04:20 PM
  7. Dynamic list depending on date....?
    By Degeneratemoo in forum Excel General
    Replies: 2
    Last Post: 03-28-2009, 06:46 PM

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