+ Reply to Thread
Results 1 to 7 of 7

Basic leaderboard

  1. #1
    Registered User
    Join Date
    05-02-2017
    Location
    england
    MS-Off Ver
    2013
    Posts
    11

    Basic leaderboard

    I have created the attached dashboard and am trying to create a leaderboard to show in columns CDE in the bottom left of the worksheet. The leaderboard is using data from a second sheet where this has number of categories/tag used. I have managed to pull some of the data across but it is not ordering correctly.

    I have used the following formulas:

    column D
    =INDEX('Category Summary'!A$2:A$31,MATCH(LARGE('Category Summary'!$P$2:$P$31,C45),'Category Summary'!$P$2:$P$31,0))

    column E
    =INDEX('Category Summary'!O2:O31,MATCH(LARGE('Category Summary'!$P$2:$P$31,Dashboard!C45),'Category Summary'!$P$2:$P$31,0))

    Any help would be much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Basic leaderboard

    Try with in "D45"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    "E45"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Array formula [shift+ctrl+enter]
    File attach.
    Plz refer attach revised file.
    Attached Files Attached Files
    Last edited by avk; 05-18-2017 at 07:38 AM. Reason: Revised File Attach


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  3. #3
    Registered User
    Join Date
    05-02-2017
    Location
    england
    MS-Off Ver
    2013
    Posts
    11

    Re: Basic leaderboard

    Thanks for the reply avk,

    Sorry I may not have explained my self very well. i wanted the top 10 categories/tags for example to be listed. The resolution you have mentioned only seem to list what is shown in the graph. Unless I have missed something.

    Thanks in advance.

  4. #4
    Registered User
    Join Date
    05-18-2017
    Location
    UK
    MS-Off Ver
    2010
    Posts
    13

    Re: Basic leaderboard

    Have a look at the attached and see if that is what you are after.

    I ranked them first in the category summary tab, then did a index/match which can handle duplicates.

    All arrays:

    =SMALL(('Category Summary'!$N$2:$N$31),ROWS($1:1))
    =IF(LEN(Dashboard!C46),INDEX('Category Summary'!$O$2:$O$32,SMALL(IF('Category Summary'!$N$2:$N$32=Dashboard!C46,ROW('Category Summary'!$1:$31)),COUNTIF(C$46:C46,C46))),"")
    =IF(LEN(Dashboard!C46),INDEX('Category Summary'!$P$2:$P$32,SMALL(IF('Category Summary'!$N$2:$N$32=Dashboard!C46,ROW('Category Summary'!$1:$31)),COUNTIF(C$46:C46,C46))),"")
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-02-2017
    Location
    england
    MS-Off Ver
    2013
    Posts
    11

    Re: Basic leaderboard

    Hi Milixcel,

    That seemed to work very well for the Rank column C45 onwards, but the name and total of the tag has not been returned. It only shows as #Value!. I did have to add one new tag so amended the range sligtly (in bold below)to what I though should work but this did not help either.

    =IF(LEN(Dashboard!C46),INDEX('Category Summary'!$O$2:$O$32,SMALL(IF('Category Summary'!$N$2:$N$32=Dashboard!C46,ROW('Category Summary'!$1:$32)),COUNTIF(C$46:C46,C46))),"")
    =IF(LEN(Dashboard!C46),INDEX('Category Summary'!$P$2:$P$32,SMALL(IF('Category Summary'!$N$2:$N$32=Dashboard!C46,ROW('Category Summary'!$1:$32)),COUNTIF(C$46:C46,C46))),"")

    I have attached the updated workbook if you could help any more it would be much appreciated.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    05-18-2017
    Location
    UK
    MS-Off Ver
    2010
    Posts
    13

    Re: Basic leaderboard

    Change the last $32 to $31 and it should work, input as array (Ctrl + Shift + Enter together)

    =IF(LEN(Dashboard!C46),INDEX('Category Summary'!$O$2:$O$32,SMALL(IF('Category Summary'!$N$2:$N$32=Dashboard!C46,ROW('Category Summary'!$1:$31)),COUNTIF(C$46:C46,C46))),"")
    =IF(LEN(Dashboard!C46),INDEX('Category Summary'!$P$2:$P$32,SMALL(IF('Category Summary'!$N$2:$N$32=Dashboard!C46,ROW('Category Summary'!$1:$31)),COUNTIF(C$46:C46,C46))),"")

  7. #7
    Registered User
    Join Date
    05-02-2017
    Location
    england
    MS-Off Ver
    2013
    Posts
    11

    Re: Basic leaderboard

    Brilliant thank you so 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. Golf Leaderboard
    By plus4 in forum Excel General
    Replies: 4
    Last Post: 08-06-2014, 07:17 AM
  2. HELP : Create a basic leaderboard in excel / google spreadsheet
    By inneedexcel in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 01-03-2014, 10:31 AM
  3. Making a leaderboard in excel
    By mmaher5 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-15-2012, 03:17 PM
  4. Top 10 leaderboard
    By jlevs95 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2012, 03:05 PM
  5. creating a leaderboard
    By mattbombers in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-01-2012, 03:17 PM
  6. Leaderboard
    By Augusta in forum Excel General
    Replies: 5
    Last Post: 12-28-2011, 10:01 AM
  7. [SOLVED] autosorting to a leaderboard
    By ano in forum Excel General
    Replies: 1
    Last Post: 12-02-2005, 12:25 PM

Tags for this Thread

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