Results 1 to 9 of 9

Numbering items from a list in order

Threaded View

  1. #6
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Try

    =IF(LARGE(A$1:A$9,ROW())>0,MATCH(LARGE(A$1:A$9,ROW()),A$1:A$9,0),"")

    and formula-copy down to row 9

    It will present the position required, but in descending sort order.


    Assuming that column B was used, the numbers can be located by

    =IF(B1<>"",OFFSET(A$1,B1-1,0),"")

    - formula copy that down to row 9

    It gives a sort-of correct response for duplicates, albeit from the wrong row.

    Hope this helps


    Quote Originally Posted by Natalie
    Does someone have a method for identifying a set of numbers by their position
    within in a list.
    For example
    0,0,0,10,0,0,5,0,2
    If I want to identify all the items that are not equal to zero, by their
    position
    10 would return 4, 5 would return 7, and 2 would return 9
    I need to identify every occurance.
    --
    Natalie
    Last edited by Bryan Hessey; 10-30-2005 at 06:20 AM.

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