+ Reply to Thread
Results 1 to 5 of 5

How to get numbers in ascending order in a column of a filtered spreadsheet?

  1. #1
    Registered User
    Join Date
    10-23-2015
    Location
    Romania
    MS-Off Ver
    Office 365 for PC
    Posts
    33

    How to get numbers in ascending order in a column of a filtered spreadsheet?

    I have in column C an array with blanks. So... when i filtered column C without blanks i need to have in column A items in ascendent order.
    I have try a formula like this: =IF(ISBLANK(C3);"";A2+1)etc.. but without success.

    Untitled_1.jpg
    Untitled_2.jpg

    any idea?
    tnx a lot!!

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,061

    Re: How to get numbers in ascending order in a column of a filtered spreadsheet?

    iS THIS WHAT YOU WANTED:

    =IF(B2="","",SUMPRODUCT(--(LEN($A$1:A1)>0)))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,061

    Re: How to get numbers in ascending order in a column of a filtered spreadsheet?

    oR...

    =IF(B2="","",COUNTA($B$2:B2))

  4. #4
    Registered User
    Join Date
    10-23-2015
    Location
    Romania
    MS-Off Ver
    Office 365 for PC
    Posts
    33

    Re: How to get numbers in ascending order in a column of a filtered spreadsheet?

    yes. this is what i want. thank you.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,061

    Re: How to get numbers in ascending order in a column of a filtered spreadsheet?

    You're welcome.

+ 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. How can I arrange numbers in ascending order but....
    By mikehende in forum Excel General
    Replies: 2
    Last Post: 11-15-2016, 03:18 PM
  2. Replies: 1
    Last Post: 01-16-2016, 02:07 AM
  3. Replies: 2
    Last Post: 01-16-2016, 01:41 AM
  4. Replies: 16
    Last Post: 07-17-2015, 04:16 PM
  5. sorting numbers into ascending order
    By stevy123 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-03-2012, 08:00 AM
  6. How to get a column of numbers in ascending order?
    By walrasianxl in forum Excel General
    Replies: 2
    Last Post: 09-14-2010, 08:59 AM
  7. ranking numbers in ascending order
    By froggy19 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-22-2007, 05:03 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