+ Reply to Thread
Results 1 to 6 of 6

How do I sort data that contains to zeros to make the zeros appear at the end of the sort.

  1. #1
    Registered User
    Join Date
    01-31-2013
    Location
    Rhode Island
    MS-Off Ver
    Excel 2007
    Posts
    27

    How do I sort data that contains to zeros to make the zeros appear at the end of the sort.

    I am trying to sort data that ranges from 1-100. some of the imnported data has a value of 0 and that puts it at the top of the sort. How do I make the zero data appear at the end of the sort?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: How do I sort data that contains to zeros to make the zeros appear at the end of the s

    maybe hide the 0 values with an filter.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    01-31-2013
    Location
    Rhode Island
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: How do I sort data that contains to zeros to make the zeros appear at the end of the s

    I tried that and it gives me an error in the totals field.

  4. #4
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: How do I sort data that contains to zeros to make the zeros appear at the end of the s

    You could try a helper column to the right of all of your data. If your values start in A2, type this in a cell in row 2 beyond your data: =IF(A2=0,"z",A2) and fill down.

    Then select all data cells AND the helper cells, and sort by the helper column in ascending order.

    - Moo

  5. #5
    Registered User
    Join Date
    01-31-2013
    Location
    Rhode Island
    MS-Off Ver
    Excel 2007
    Posts
    27

    Re: How do I sort data that contains to zeros to make the zeros appear at the end of the s

    I will try that but I was hoping there would be an easier fix? Is there any way to yuse a filter or a sort function?

  6. #6
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: How do I sort data that contains to zeros to make the zeros appear at the end of the s

    An easier fix? Not that I know of, but that doesn't mean there isn't one...

    - Moo

+ 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