+ Reply to Thread
Results 1 to 6 of 6

List Records Depending on (Due Dates)

  1. #1
    Registered User
    Join Date
    11-01-2012
    Location
    Cairo, Egypt
    MS-Off Ver
    MS Office 2013
    Posts
    76

    List Records Depending on (Due Dates)

    Hi All ..
    I have this workbook which contains 2 sheets ..
    In 'Results' sheet i want to list all the rows from 'Data' sheet that only has a "Due Date" higher than TODAY().

    What is the appropriate function to use?!!

    the 'Results' sheet has an example of how it will look like after extracting rows ...

    Thanks in advance...
    Attached Files Attached Files

  2. #2
    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,299

    Re: List Records Depending on (Due Dates)

    Use this array formula in Shhet 1 A2, copied across and down:

    =IFERROR(INDEX(Architects!A:A,SMALL(IF(Architects!$F$2:$F$20>TODAY(),ROW(Architects!$F$2:$F$20)),ROWS($1:1))),"")

    Array Formulae are a little different from ordinary formulas in that they MUST be confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER.

    You will know the array is active when you see curly braces { } appear around the outside of your formula. If you do not CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly braces yourself - it won't work...
    Attached Files Attached Files
    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

  3. #3
    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,299

    Re: List Records Depending on (Due Dates)

    .. and adjust the $F$2:$F$20 range as needed.

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,093

    Re: List Records Depending on (Due Dates)

    Another way to do is to use PivotTable.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    11-01-2012
    Location
    Cairo, Egypt
    MS-Off Ver
    MS Office 2013
    Posts
    76

    Re: List Records Depending on (Due Dates)

    Glenn Kennedy
    That did the trick ..
    Thanks for your help ...

    josephteh
    Thanks man .. i'll consider using this also ...

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

    Re: List Records Depending on (Due Dates)

    You're welcome.

+ 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. Pulling records matching two criteria and inserting those records into an existing list
    By desertfx41 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-14-2014, 02:00 PM
  2. [SOLVED] display weekly dates depending on two variable dates
    By alexander.small in forum Excel General
    Replies: 3
    Last Post: 05-22-2014, 11:30 AM
  3. Counting records depending on date entered
    By ryan.katy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-17-2014, 05:13 AM
  4. [SOLVED] Comparing records to result in a list of unique records
    By greenmat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2013, 07:45 PM
  5. Automate formulas depending on number of records
    By Chris632 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-22-2012, 01:01 AM
  6. Auto populating cells depending on selection of records
    By hnnn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-03-2010, 04:35 AM
  7. Separating the records depending on the value
    By saikumar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-23-2008, 02:16 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