+ Reply to Thread
Results 1 to 5 of 5

Sort list into another list filtered low>high and only ones <90

  1. #1
    Registered User
    Join Date
    04-06-2016
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    89

    Sort list into another list filtered low>high and only ones <90

    In Sheet UD I have a list of contracts.

    in sheet IN, I want them to sort with lowest first, and only show the ones that's to be renewed within 90 days.

    It's a dynamic thing where the user will only see the IN - and the UD will be filled over time.

    Much love

    http://www.excelforum.com/attachment...1&d=1470680602
    Attached Files Attached Files

  2. #2
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Sort list into another list filtered low>high and only ones <90

    When you say 'lowest first' - which column are you referring to? Lowest NR?
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  3. #3
    Registered User
    Join Date
    04-06-2016
    Location
    Sweden
    MS-Off Ver
    2016
    Posts
    89

    Re: Sort list into another list filtered low>high and only ones <90

    Quote Originally Posted by GeneralDisarray View Post
    When you say 'lowest first' - which column are you referring to? Lowest NR?
    Sorry

    No column G

    So the one with the least days untill is first

  4. #4
    Valued Forum Contributor
    Join Date
    06-21-2013
    Location
    Bangladesh
    MS-Off Ver
    Excel 2000, Excel XP, Excel 2002, Excel 2007, Excel 2010, Excel 2013
    Posts
    975

    Re: Sort list into another list filtered low>high and only ones <90

    You can use a helper column to do that. See the attachment.
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Sort list into another list filtered low>high and only ones <90

    Alternatively, I think it can also be done without a helper column; try the formula below in sheet IN, cell A2. It's an array formula, so confirm it with Ctrl + Shift + Enter instead of the regular Enter. Fill it right through column G, then down through as many rows as you think you'll need. It should automatically update as you add entries to UD.

    =IFERROR(INDEX(UD!$A$2:$G$200,SMALL(IF((UD!$G$2:$G$200<90)*(UD!$G$2:$G$200=SMALL(UD!$G$2:$G$200,ROW(1:1)))=1,ROW(UD!$G$2:$G$200)-1),1),COLUMN(A:A)),"")

    Note that it's currently written to look at the first 200 rows of UD. If you need it to cover more rows, just change all of the "$200"s in the formula to something bigger.

+ 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. Data Validation List - Formula to Sort and Return Unique Values in List
    By beewketu in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-14-2015, 04:18 PM
  2. Comparing filtered list against a list
    By Hikaru12 in forum Excel General
    Replies: 5
    Last Post: 04-10-2015, 01:07 PM
  3. [SOLVED] Excel VBA - Issue in Naming Filtered Range on a Filtered List.
    By Vinod Krishna.C in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-06-2014, 01:17 PM
  4. Sort a Filtered List
    By yawnzzzz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-16-2013, 04:12 PM
  5. Update the original list with filtered list updation
    By jd_dahe in forum Excel General
    Replies: 0
    Last Post: 09-03-2012, 09:01 AM
  6. Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  7. High score list?
    By nc-nc in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-17-2005, 07:06 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