+ Reply to Thread
Results 1 to 4 of 4

upper and lower limit index search

  1. #1
    Registered User
    Join Date
    03-21-2016
    Location
    Humboldt, ia
    MS-Off Ver
    2013
    Posts
    5

    upper and lower limit index search

    I am a little new to this, i am using the below array formula to capture entries and generate the lists for the less than 30 and the more than 365 but need help in how i would configure to search between 31-60, 61-90, 91-180 and 181-365. Any ideas?

    =IFERROR(INDEX('YTD Terms'!$K$10:$K$140,SMALL(IF('YTD Terms'!$G$10:$G$140<=30,ROW('YTD Terms'!$K$10:$K$140)-ROW('YTD Terms'!K$10)+1),ROWS('YTD Terms'!K$10:'YTD Terms'!K10))),"")
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,533

    Re: upper and lower limit index search

    Try

    =IFERROR(INDEX('YTD Terms'!$K$10:$K$140,SMALL(IF(('YTD Terms'!$G$10:$G$140>=31)*('YTD Terms'!$G$10:$G$140<=60),ROW('YTD Terms'!$K$10:$K$140)-ROW('YTD Terms'!K$10)+1),ROWS('YTD Terms'!K$10:'YTD Terms'!K10))),"")

    Enter with Ctrl+Shift+Enter

    Adjust highlighted values for other ranges

  3. #3
    Registered User
    Join Date
    03-21-2016
    Location
    Humboldt, ia
    MS-Off Ver
    2013
    Posts
    5

    Re: upper and lower limit index search

    Worked perfectly, thanks a million

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,533

    Re: upper and lower limit index search

    My pleasure.

    Can you please mark thread as solved ("Thread Tools" at top of first post)

+ 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. Copy and insert row below within fixed upper limit and dynamic lower limit
    By droffel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-27-2015, 08:57 PM
  2. upper and lower limit in charts made dynamic
    By rajasekar93 in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-30-2015, 11:07 AM
  3. Finding a value within an upper and lower limit
    By bergii in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-15-2014, 05:05 PM
  4. [SOLVED] I need to creat a IF formula that has a upper and lower limit.
    By jnelson83 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-11-2013, 12:11 PM
  5. [SOLVED] find the lower and upper limit if data is in between on that limit
    By clangeles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-27-2012, 06:18 AM
  6. [SOLVED] IF(AND(COUNT one incident between a lower and upper limit
    By dmad81 in forum Excel General
    Replies: 4
    Last Post: 06-20-2012, 12:01 AM
  7. Upper and lower limit lines on chart
    By Joeschmo5 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-08-2009, 10:09 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