+ Reply to Thread
Results 1 to 2 of 2

Dynamic "Numbered List"

  1. #1
    Murtaza
    Guest

    Dynamic "Numbered List"

    How Can I update my numbered list (S.No) after Filtering the list?

    Like:
    1. A
    2. B
    3. C
    4. D

    After filter.....

    1. A
    2. B
    3. D [C Filtered]


    Any Idea to get the result.

    Regards,
    Murtaza



  2. #2
    Héctor Miguel
    Guest

    Re: Dynamic "Numbered List"

    hi, Murtaza !

    > ... update my numbered list (S.No) after Filtering the list?
    > Like:
    > 1. A
    > 2. B
    > 3. C
    > 4. D
    > After filter.....
    > 1. A
    > 2. B
    > 3. D [C Filtered]


    assuming [B2] as the first cell [in filtered-column]...
    try with subtotal-offset approach [by Laurent Longre] and copy-down...
    a) array-entered: {ctrl}+{shift}+{enter} [54 characters]
    =sum(subtotal(3,offset($b$2,row($b$2:b2)-row($b$2),0)))
    b) non-array [adding 7 more characters]
    =sumproduct(subtotal(3,offset($b$2,row($b$2:b2)-row($b$2),0)))

    hth,
    hector.



+ 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