+ Reply to Thread
Results 1 to 11 of 11

list (parts of) a sheet in another sheet if it meet criteria

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    Manchester, England
    MS-Off Ver
    O365
    Posts
    23

    list (parts of) a sheet in another sheet if it meet criteria

    Hi

    I have a sheet "Tasks" with data in with the following column headings:

    ID
    Subject
    Details
    "Date Created"
    "Due Date"
    "Came from"
    Priority
    Status
    "Allocated to"

    I want to list this information in another sheet "Dashboard" if the due date is older than a certain date so that it only shows the overdue tasks, but I do not want any blank rows.

    I have a sheet "helper sheet" with all my lists for data validation and for formulas to be listed.

    So for example IF "Due Date" < 'Helper sheet'!C2 then display in that rows details (A:I) on "dashboard"

    Any help is appreciated, thanks
    Nic
    Last edited by nd2828; 03-27-2017 at 09:54 AM.

  2. #2
    Registered User
    Join Date
    03-17-2017
    Location
    Hell
    MS-Off Ver
    2010
    Posts
    172

    Re: list (parts of) a sheet in another sheet if it meet criteria

    Please attach the file and show what you want to do.

  3. #3
    Registered User
    Join Date
    05-09-2012
    Location
    Manchester, England
    MS-Off Ver
    O365
    Posts
    23

    Re: list (parts of) a sheet in another sheet if it meet criteria

    Hi Lewis
    Unfortunately i cant seem to attach the file, probably due to restrictions as i am responding from work, so i have attached screenprints.

    Untitled.jpg

    On the "Dashboard" sheet there is an area where i want to show outstanding tasks (tasks older than a specified date that is listed on the "helper sheet" sheet).

    Thanks
    Nic

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: list (parts of) a sheet in another sheet if it meet criteria

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    05-09-2012
    Location
    Manchester, England
    MS-Off Ver
    O365
    Posts
    23

    Re: list (parts of) a sheet in another sheet if it meet criteria

    Hi

    Sorry I didn't realise you had to go to advanced etc to upload a file

    The file is now attached as requested.

    My desired results are in yellow on the "dashboard" sheet

    Thanks
    Nic
    Attached Files Attached Files

  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 2403
    Posts
    44,002

    Re: list (parts of) a sheet in another sheet if it meet criteria

    In J3, copied across and down, use this array formula:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Array Formulae are a little different from ordinary formulae 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 brackets { } - or "curly braces" for those of you in the USA, or "flower brackets" for those of you in India - appear around the outside of your formula. If you do not use 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 brackets yourself - it won't work...

    In cell R3, a missing value shows up as zero. To remove the zero, in a column returning TEXT amend the formula in that column to read> "Complete",ROW(Tasks!$E$2:$E$25)))&""
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    05-09-2012
    Location
    Manchester, England
    MS-Off Ver
    O365
    Posts
    23

    Re: list (parts of) a sheet in another sheet if it meet criteria

    This is great, thanks very much Glen.

    If I wanted to change Today() to a cell ref, would that affect anything with the formula?

    Thanks
    Nic

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: list (parts of) a sheet in another sheet if it meet criteria

    No - change it without concerns. Just remember CTRL-SHIFT-ENTER

  9. #9
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: list (parts of) a sheet in another sheet if it meet criteria

    No!

    Just make sure you make it absolute not relative!

  10. #10
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: list (parts of) a sheet in another sheet if it meet criteria

    Quote Originally Posted by davsth View Post
    No!

    Just make sure you make it absolute not relative!
    Good point!!

  11. #11
    Registered User
    Join Date
    05-09-2012
    Location
    Manchester, England
    MS-Off Ver
    O365
    Posts
    23

    Re: list (parts of) a sheet in another sheet if it meet criteria

    Thanks guys

+ 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. Replies: 10
    Last Post: 04-15-2015, 06:35 AM
  2. populate a list on one work sheet from multiple work sheets that meet a criteria
    By Kelly Linton-Selkirk in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-21-2015, 03:56 PM
  3. copy row to another sheet if criteria is meet
    By roje in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 04-27-2013, 12:15 AM
  4. Countif all rows of a sheet that meet multiple criteria
    By yenaled in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-05-2013, 03:18 PM
  5. Replies: 5
    Last Post: 10-05-2012, 01:21 PM
  6. Display a list of people who don't meet certain criteria in a new work sheet.
    By joshnathan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-03-2012, 06:52 AM
  7. Cut rows that do not meet certain criteria to other sheet
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 29
    Last Post: 04-13-2011, 05:27 PM

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