+ Reply to Thread
Results 1 to 4 of 4

Get list of project that meet given criteria

  1. #1
    Registered User
    Join Date
    08-13-2020
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    78

    Get list of project that meet given criteria

    I have a list of project names with their current stage and estimated value.

    I have used
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    to get the number of projects that are "Detailed" and have value >300 M.

    How do I list the name of projects ( In this case I want Project 1, Project 6, Project 10 and Project 16)

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

    Re: Get list of project that meet given criteria

    One way:
    =IFERROR(INDEX(A:A,AGGREGATE(15,6,ROW($A$2:$A$18)/(($B$2:$B$18="detailed")*($C$2:$C$18>300)),ROWS(I$3:I3))),"")
    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
    Registered User
    Join Date
    08-13-2020
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    78

    Re: Get list of project that meet given criteria

    Thanks Glenn.

    Not sure how you come up with these solutions.

    Do you have any recommendations for learning advanced excel functions ?

  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,116

    Re: Get list of project that meet given criteria

    I was a basic Excel user... VLOOKUP, INDEX-MATCH and SUM/COUNT/AVERAGE stuff, not much more. I learned by asking Qs here and then, nervously at first, answering the Qs of others.

+ 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. Index list values that meet criteria
    By JyothiGrace in forum Excel General
    Replies: 1
    Last Post: 03-02-2022, 12:23 PM
  2. Replies: 3
    Last Post: 10-07-2019, 10:51 PM
  3. [SOLVED] Help with creating a list when a criteria is meet in an another array of data
    By Issy.87 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-28-2017, 10:28 PM
  4. Generating a list of data that meet certain criteria
    By jamiem4 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-10-2015, 05:26 PM
  5. [SOLVED] list items that meet certain criteria
    By littleYS in forum Excel General
    Replies: 3
    Last Post: 08-02-2013, 06:15 AM
  6. Provide list of cell addresses that don't meet criteria
    By BEEJAY in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 09-23-2011, 07:42 AM
  7. List all scores which meet criteria (INDEX/MATCH?)
    By Sharpshooter in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-01-2010, 08:03 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