• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sorting Question in relation to numerical sequential column

D Eckert

New Member
Column A is a numerical sequence of 1 to 10 but I need to sort the data based on column C.

Is there a formula that will constantly reset column A to numerical sequence 1 to 10, no matter how the data after it is sorted it?

I really don't want to have to select the rows and columns excluding column A
 
Hi, D Eckert!
You have two choices:
a) exclude column A from sorted range
b) if that worksheet has n title rows, at cell A(n+1) write this formula:
=ROW()-n
Regards!
 
upload_2017-7-13_9-0-8.png

Numbering in filter,

In A2, formula copy down :

=IF(B2="","",SUBTOTAL(3,B$2:B2))

Regards
Bosco
 

Attachments

  • NumberingIn Filter.xlsx
    10.4 KB · Views: 4
Back
Top