+ Reply to Thread
Results 1 to 3 of 3

Vlookup longest three times

  1. #1
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166

    Vlookup longest three times

    Hi

    In Column A i have Elapsed times that change all the time

    starting at A7
    00:05:12
    00:20:15
    01:15:45
    00:45:10

    column B has customer names

    what i want is to display in A1, A2 & A3 is the three longest elapsed times and in column B display the name.

    Hope you can help

    Dave

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Hi Dave,

    In A1 you could use the formula:

    =LARGE($A$7:$A$100,ROW())

    Then fill that down to A3. You'll need to format the cells appropriately (they will probably default to decimals).

    In B1 use:

    =VLOOKUP(A1,$A$7:$B$100,2,0)

    Hope that helps!

  3. #3
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Office 2000 & 2010
    Posts
    166
    Cheers Paul

    Just what i needed

    Many thanks

    Dave

+ 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. vlookup in multiple worksheets
    By gto65l in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-25-2011, 01:04 PM
  2. Vlookup using two columns-needs to match the first two column
    By pduubb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-01-2008, 01:21 PM
  3. presenting array lists returned by VLOOKUP in one cell
    By twelsh37 in forum Excel General
    Replies: 2
    Last Post: 12-05-2007, 01:45 PM
  4. COL_INDEX_NUM fixed in VLOOKUP in Excel 2007
    By zapponem in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2007, 04:51 AM
  5. Timesheet without break times
    By village_idiot in forum Excel General
    Replies: 5
    Last Post: 05-03-2007, 11:01 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