+ Reply to Thread
Results 1 to 2 of 2

VLOOKUP Ranking Table help

  1. #1
    Registered User
    Join Date
    11-20-2021
    Location
    Alicante, Spain
    MS-Off Ver
    latest
    Posts
    1

    Question VLOOKUP Ranking Table help

    Hi there

    I am using a couple of formulas to draw data from an input data table, then using rank function to rank it, then using a VLOOKUP formula to produce a table of figures in the ranking order.

    This all works fine, however the last part of this, the producing of the table is time consuming and I am hoping there is a way to speed things up.

    I add the first formula =VLOOKUP(1,lateoct21,6,FALSE) and I have the first name or figure added to the cell, however I have 10 names/figures on each table, I hold bottom right of cell and fill down all 10 cells, this then gives me 10 identical formulas and 10 identical names or figures just copying the first cell. all 10 like this =VLOOKUP(1,lateoct21,6,FALSE). The only way I can get this to work is by clicking on each of the 2nd to 10th cell and manually changing the rank number to 2, 3, 4, 5, 6, 7, 8, 9, 10 until I have all the correct ranks. This works and i get the desired table showing the correct ranks, however I have several tables and this takes so much time.

    Is there a way I can fill this formula down with the first number, the ranking number, changing automatically as it goes down so i no longer need to manually change.

    All help welcome please

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,913

    Re: VLOOKUP Ranking Table help

    replace 1, with Row(A1) like below
    modify VLOOKUP(1,lateoct21,6,FALSE) as
    VLOOKUP(row(A1),lateoct21,6,FALSE)
    If it not worked attach a sample excel file
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. [SOLVED] Creating a ranking table from a results table - using excel 2007
    By billyd333 in forum Excel General
    Replies: 4
    Last Post: 03-19-2019, 03:34 AM
  2. Elo Ranking Table Help
    By mmcrfc in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 11-21-2018, 03:05 PM
  3. [SOLVED] Ranking Top 10 table
    By JasonNeedsHelp in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-29-2015, 02:01 PM
  4. [SOLVED] Formula for ranking data with Vlookup??
    By CRFaig in forum Excel General
    Replies: 10
    Last Post: 06-27-2014, 01:52 AM
  5. Excel 2007 : RANKING TABLE #DIV/0! and #N/A
    By Merv in forum Excel General
    Replies: 1
    Last Post: 12-21-2009, 09:04 AM
  6. Vlookup with multiple criteria & ranking
    By fitzpatrickb in forum Excel General
    Replies: 8
    Last Post: 11-20-2009, 03:57 PM
  7. Ranking Table Help
    By krohn in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-06-2009, 08:00 AM

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