Results 1 to 7 of 7

Formula problem, get and sort numbers between two values

Threaded View

  1. #1
    Registered User
    Join Date
    05-03-2013
    Location
    Stockholm, Sweden
    MS-Off Ver
    Excel 2010
    Posts
    3

    Formula problem, get and sort numbers between two values

    Hi!
    I have been trying and searching all day for a answer but i can't get it to work.
    I got a list of uniqe values like this:

    10003
    10001
    10002
    20001
    20003
    20002
    30002
    30001
    30003

    I start the values with different numbers to be able to split them up in differente classes
    and I need get one of the classes and sort them in descending order.

    I've been trying and almost got it to work with this code.
    =MIN(IF($A$1:$A$9>20000,$A$1:$A$9),1)
    But I would need something like this so I can get a single class and sort it.
    =MIN(IF($A$1:$A$9>20000 AND $A$1:$A$9<30000,$A$1:$A$9),1)
    I would be really happy for some help here.
    Thanks in advance!
    Last edited by Michaelice; 05-03-2013 at 05:17 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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