+ Reply to Thread
Results 1 to 3 of 3

attempting to pull data from column G conditional of name in Column A

  1. #1
    Registered User
    Join Date
    09-01-2013
    Location
    san diego, ca
    MS-Off Ver
    Excel 2003
    Posts
    1

    Question attempting to pull data from column G conditional of name in Column A

    For work, we have a Month-to-Date ranking of employees based on overall sales targets. It's displayed as a percentage and chages daily.

    I have SHEET "RANK" . On SHEET "RANK", there is COLUMN A listing the employees' names (in order of sales rank, not alphabetical). There is also COLUMN G, which lists the employee's corresponding percentage. SHEET "RANK" changes daily.

    I have SHEET "DISPLAY". On SHEET "DISPLAY", I have COLUMN A listing the employees' names alphabetically, thus the order of names never changes. I want COLUM B to list the employee's corresponding percentage, pulled from SHEET "RANK".


    How can I accomplish this? Thank you very much for all assistance in advance.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: attempting to pull data from column G conditional of name in Column A

    Hello & Welcome to the Forum,

    Try in B2 of the Display tab...

    =VLOOKUP(A2,Rank!$A$2:$G$100,7,0)
    HTH
    Regards, Jeff

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,944

    Re: attempting to pull data from column G conditional of name in Column A

    Hi and welcome to the forum

    Have you tried using vlookup or index/match to find what you want?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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] Macro to pull CAP data from one column to another
    By Edwardbigfoot in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-26-2013, 11:21 PM
  2. Replies: 8
    Last Post: 04-09-2013, 01:11 PM
  3. Replies: 6
    Last Post: 03-04-2013, 11:25 AM
  4. Replies: 2
    Last Post: 02-02-2012, 09:02 AM
  5. Pull row data across to column
    By bigroo1958 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-30-2010, 09:00 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