+ Reply to Thread
Results 1 to 3 of 3

index(small ....show list entries relating to person

  1. #1
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,224

    index(small ....show list entries relating to person

    hello

    im having some trouble with my formula...for some odd reason it is now showing the next line item.

    basically i have a list of names in the master sheet (column I), and on the worksheet named "andrew L"...i have the following formula that list his corresponding metrics

    formula in column J:
    {=IF($H10="","",INDEX(MASTER!$C$9:$I$25,SMALL(IF(MASTER!$G$9:$G$25=$H$10,ROW(MASTER!$G$9:$G$25)-ROW($H$10)+1),COUNTIF($H$10:$H10,$H10)),J$8))}


    it is listing the names on the metrics, but if you go the master sheet, u will notice it is not showing the correct names...it's making a duplicate for some odd reason....ur thoughts? what am i doing wrong?....in column J...it show a company called "national"....and its not :S

    pls help!!
    Attached Files Attached Files
    Last edited by Vaibhav; 03-21-2012 at 07:04 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: index(small ....show list entries relating to person

    Your ROW($H$10) should be ROW(MASTER!$G$9)

    =IF($H10="","",INDEX(MASTER!$C$9:$I$25,SMALL(IF(MASTER!$G$9:$G$25=$H$10,ROW(MASTER!$G$9:$G$25)-ROW(MASTER!$G$9)+1),COUNTIF($H$10:$H10,$H10)),J$8))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    11-26-2010
    Location
    usa
    MS-Off Ver
    Office 365
    Posts
    1,224

    Re: index(small ....show list entries relating to person

    NBVC

    thx u as always for the super world class service

    cheers,

    i was ********* my hair out trying to figure this out lol thxs

+ 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