+ Reply to Thread
Results 1 to 3 of 3

Large formula not returning desired results

  1. #1
    Forum Contributor
    Join Date
    08-13-2008
    Location
    South Africa
    Posts
    130

    Large formula not returning desired results

    Hi Guys

    I'm trying to Rank cells V4 from highest to lowest. I have a LARGE formula in place but it doesnt seem to be working out. It does not give me everyone from A4:A50. It also duplicates the figures.

    In cell U4 i match V4 and it pulls a name associated with that average but this does'nt seem to work out as well cause it duplicates the names.

    I hope i'm making sense here..
    Attached Files Attached Files
    Last edited by Climaxgp; 04-21-2010 at 06:04 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Large formula not returning desired results

    based on your file I think you need:

    U4:
    =IF($V4="-","",INDEX($A$4:$A$50,MATCH(1,INDEX(($T$4:$T$50=$V4)*ISNA(MATCH($A$4:$A$50,$U$3:$U3,0)),0),0)))
    copied down

    rather than

    U4:
    =IF(V4=0,"",INDEX($A4:$A50,MATCH(1,INDEX(($T$4:$T$50=$V4)*ISNA(MATCH($A$4:$A$50,B$53:B53,0)),0),0)))

    ie the test for unique name should be conducted against prior results (U3 onwards) and name range reference should be fixed - given your formula in V your pre-emptive IF should look for hyphen rather than 0.

  3. #3
    Forum Contributor
    Join Date
    08-13-2008
    Location
    South Africa
    Posts
    130

    Re: Large formula not returning desired results

    Thanks buddy!!

    It works!

+ 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