+ Reply to Thread
Results 1 to 6 of 6

I need a list of those over the Max Limit

Hybrid View

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    Longview, Texas
    MS-Off Ver
    Excel 2010
    Posts
    32

    I need a list of those over the Max Limit

    Good Afternoon everyone,

    I have a list of data and I need to pull from that a list of those that are over the Max limit and the corresponding date.

    TestBook1.xlsx

    Any help is greatly appreciated.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: I need a list of those over the Max Limit

    Try this...

    Enter this formula in E3 and copy across to F3:

    =IFERROR(INDEX(A:A,AGGREGATE(15,6,1/($B$3:$B$20>$B$2)*ROW($B$3:$B$20),ROWS(E$3:E3))),"")

    Format E3 as Date and F3 as General

    Select E3:F3 and copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    04-08-2014
    Location
    Longview, Texas
    MS-Off Ver
    Excel 2010
    Posts
    32

    Re: I need a list of those over the Max Limit

    Thanks for the help. That worked for the sheet I posted but I can't get it to work in my actual sheet so I am including a portion of it instead. Work your magic please.

    Test Book 2.xlsx

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: I need a list of those over the Max Limit

    OK, try these...

    Entered in I9:

    =IFERROR(INDEX(A:A,AGGREGATE(15,6,1/(E$9:E$38>E$4)*ROW(E$9:E$38),ROWS(I$9:I9))),"")

    Format as m/d/yyyy h:mm

    Entered in J9:

    =IF(I9="","",VLOOKUP(I9,A$9:E$38,5,0))

    Select I9:J9 and copy down until you get blanks.

  5. #5
    Registered User
    Join Date
    04-08-2014
    Location
    Longview, Texas
    MS-Off Ver
    Excel 2010
    Posts
    32

    Re: I need a list of those over the Max Limit

    Works great. I sure appreciate your help Valko.

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: I need a list of those over the Max Limit

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ 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. How to limit the range in list box?
    By GIS2013 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-20-2013, 03:37 AM
  2. Replies: 3
    Last Post: 08-15-2011, 11:18 AM
  3. Limit values following a list
    By Ritzo in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-24-2010, 07:28 AM
  4. How can I get around the DV drop down list limit
    By concretetsunami in forum Excel General
    Replies: 4
    Last Post: 08-07-2009, 05:43 PM
  5. Drop down list limit to list
    By Dropdown3 in forum Excel General
    Replies: 4
    Last Post: 03-03-2006, 06:00 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