+ Reply to Thread
Results 1 to 4 of 4

ranking or sorting

  1. #1
    Liz23
    Guest

    ranking or sorting

    Is there a way to automatically sort data from highest to lowest?

    I have a set of NPV values that will constantly change based on different
    inputs and need to know if in the summary they can be automiatically ranked
    and sorted.

    Thanks.

  2. #2
    Peo Sjoblom
    Guest

    Re: ranking or sorting

    You can create a help column that always will be sorted ascending

    =SMALL($A$2:$A$100,ROW()-ROW($B$2)+1)

    where the data is in A2:A100, copy down this formula to B100 (assuming you
    put it in B2)

    for descending replace small with large and copy down

    --

    Regards,

    Peo Sjoblom

    "Liz23" <[email protected]> wrote in message
    news:[email protected]...
    > Is there a way to automatically sort data from highest to lowest?
    >
    > I have a set of NPV values that will constantly change based on different
    > inputs and need to know if in the summary they can be automiatically

    ranked
    > and sorted.
    >
    > Thanks.




  3. #3
    Liz23
    Guest

    Re: ranking or sorting

    It worked...thanks so much!


    "Peo Sjoblom" wrote:

    > You can create a help column that always will be sorted ascending
    >
    > =SMALL($A$2:$A$100,ROW()-ROW($B$2)+1)
    >
    > where the data is in A2:A100, copy down this formula to B100 (assuming you
    > put it in B2)
    >
    > for descending replace small with large and copy down
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Liz23" <[email protected]> wrote in message
    > news:[email protected]...
    > > Is there a way to automatically sort data from highest to lowest?
    > >
    > > I have a set of NPV values that will constantly change based on different
    > > inputs and need to know if in the summary they can be automiatically

    > ranked
    > > and sorted.
    > >
    > > Thanks.

    >
    >
    >


  4. #4
    Liz23
    Guest

    Re: ranking or sorting

    One more question...

    If the NPV's have a name associated with them, is there a way to sort those
    as well?

    "Peo Sjoblom" wrote:

    > You can create a help column that always will be sorted ascending
    >
    > =SMALL($A$2:$A$100,ROW()-ROW($B$2)+1)
    >
    > where the data is in A2:A100, copy down this formula to B100 (assuming you
    > put it in B2)
    >
    > for descending replace small with large and copy down
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Liz23" <[email protected]> wrote in message
    > news:[email protected]...
    > > Is there a way to automatically sort data from highest to lowest?
    > >
    > > I have a set of NPV values that will constantly change based on different
    > > inputs and need to know if in the summary they can be automiatically

    > ranked
    > > and sorted.
    > >
    > > Thanks.

    >
    >
    >


+ Reply to Thread

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