+ Reply to Thread
Results 1 to 3 of 3

Duplicates Pulling through from "Index" formula

  1. #1
    Registered User
    Join Date
    03-17-2008
    Posts
    85

    Duplicates Pulling through from "Index" formula

    Hello,

    The attached sheet is an example of a tracker sheet that I am trying to put together. No matter how I look at this I cant get my head around how to make this work

    Basically It would work fine if all of the amounts were different. But in the cases where the retailers have been offered the same level of support YTD it is causing duplicates to pull through into the formulated tab.

    I don't think I have explained this particularly well however I am hoping the attached will clear up my query.

    I hope that someone can help me with a fix here.

    I have highlighted in red where the duplicates are showing

    PS - It does need to be formula driven

    TEST Manual Bonus Tracker 2014.xlsxAppreciate your time and help
    Last edited by AK262007; 04-11-2014 at 04:10 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Duplicates Pulling through from "Index" formula

    Put this formula in cell Q2 of the Tables sheet:

    =RANK(P2,P$2:P$153)+COUNTIF(P$2:P2,P2)-1

    then copy down to Q153. Then in the Actual sheet you can have this formula in B2:

    =IF(INDEX(TABLES!B:B,MATCH($A2,TABLES!$Q:$Q,0))="","",INDEX(TABLES!B:B,MATCH($A2,TABLES!$Q:$Q,0)))

    This can then be copied across to P2, and then use the Format Painter to copy the format from row 3 to row2, then copy the formulae on row 2 down your table.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-17-2008
    Posts
    85

    Re: Duplicates Pulling through from "Index" formula

    Pete. You are a star.

    Thank you very much !

+ 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. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  2. Replies: 7
    Last Post: 04-11-2013, 12:46 AM
  3. [SOLVED] Alternatives to "INDEX(MATCH(" Function when Duplicates Exist
    By MidwestBen in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-02-2013, 09:14 PM
  4. Strings Variables in Range("A1").Formula = "=index/match" ?
    By nadnerb5 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2012, 05:07 PM
  5. Replies: 2
    Last Post: 08-17-2012, 05:10 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