+ Reply to Thread
Results 1 to 5 of 5

Extract/Pull-Out the Name that has higest number assgined.

  1. #1
    Registered User
    Join Date
    04-01-2013
    Location
    Texas
    MS-Off Ver
    Excel Mac 2011 & Excel 2010 Windows
    Posts
    32

    Extract/Pull-Out the Name that has higest number assgined.

    Hey guys, I have names of people with a number assigned to it. And I was to pull out the name that has the highest number.

    Thanks Guys
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Extract/Pull-Out the Name that has higest number assgined.

    In C1

    =IF(B1=MAX(INDEX(($A$1:$A$1000=A1)*$B$1:$B$1000,0)),"*","")

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    04-01-2013
    Location
    Texas
    MS-Off Ver
    Excel Mac 2011 & Excel 2010 Windows
    Posts
    32

    Re: Extract/Pull-Out the Name that has higest number assgined.

    Thank you Sir

  4. #4
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Extract/Pull-Out the Name that has higest number assgined.

    You can do this with a user defined function.

    Please Login or Register  to view this content.
    Open the VBA editor by hitting Alt F11.
    Insert a new module with Insert - Module
    Paste in the above function
    Go back to the sheet by hitting Alt F11.

    In a C1, enter =StarHighest($A$1:$A$17,A1,$B$1:$B$17) and drag down

    Remember to save the workbook as a macro enabled workbook .xlsm
    Martin

  5. #5
    Registered User
    Join Date
    04-01-2013
    Location
    Texas
    MS-Off Ver
    Excel Mac 2011 & Excel 2010 Windows
    Posts
    32

    Re: Extract/Pull-Out the Name that has higest number assgined.

    I will give that a try mrice, thank you!

+ 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: 3
    Last Post: 01-30-2013, 07:59 PM
  2. [SOLVED] Using higest value in one column to determine next column value
    By jrholden in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-01-2012, 05:55 PM
  3. [SOLVED] Extract data[number] from a set of [words,number and symbol] and place into column
    By dragon_m0nsta in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 08-12-2012, 08:31 PM
  4. Replies: 2
    Last Post: 05-08-2007, 01:53 PM
  5. Pull (Extract) the First Letter of a String
    By DavidW in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-17-2006, 04:43 PM

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