+ Reply to Thread
Results 1 to 10 of 10

Match up names to return a specific value

  1. #1
    Registered User
    Join Date
    10-04-2009
    Location
    Colchester, England
    MS-Off Ver
    Office 365
    Posts
    30

    Match up names to return a specific value

    Hi All,

    I want to be able to automatically copy a value from one sheet to another sheet. For example on the Biology Tab I want the controlled assessment grade in Column K copied to the corresponding students area on the Student View Tab Column C.

    Any ideas

    Many thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,298

    Re: Match up names to return a specific value

    Use the 'VLOOKUP' function
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    10-04-2009
    Location
    Colchester, England
    MS-Off Ver
    Office 365
    Posts
    30

    Re: Match up names to return a specific value

    Many thanks for your reply I have tried VLookup but not sure if I have it right. Also the list is not in ascending alphabetical order so I don't think it will work.

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,298

    Re: Match up names to return a specific value

    sybntax vlookup:
    VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
    If you choose the last parameter 'FALSE' the sorting order is irrelevant

  5. #5
    Registered User
    Join Date
    10-04-2009
    Location
    Colchester, England
    MS-Off Ver
    Office 365
    Posts
    30

    Re: Match up names to return a specific value

    Yeah I used False just couldn't work out the other parts

  6. #6
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Match up names to return a specific value

    I got this to work:

    =IFERROR(VLOOKUP(A5,'Biology Data'!$A$5:$K$275,10,FALSE),"")

  7. #7
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Match up names to return a specific value

    Have a look at row 53 as an example of the results you are seeking.

    HELP FILE.xlsx


  8. #8
    Registered User
    Join Date
    10-04-2009
    Location
    Colchester, England
    MS-Off Ver
    Office 365
    Posts
    30

    Re: Match up names to return a specific value

    Thanks for this I just had to change =IFERROR(VLOOKUP(A5,'Biology Data'!$A$5:$K$275,10,FALSE),"") to the right column but other than this works a treat

  9. #9
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Match up names to return a specific value

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  10. #10
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Match up names to return a specific value

    You're welcome and pleased to be a help. Regards

+ 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: 05-08-2013, 02:10 PM
  2. Replies: 2
    Last Post: 07-25-2012, 04:15 PM
  3. [SOLVED] return a specific row of a column in an array which contains the value match
    By macduff98 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-23-2012, 06:50 PM
  4. [SOLVED] Match specific words in cell and return value if true or false
    By jbrooksia in forum Excel General
    Replies: 3
    Last Post: 03-27-2012, 04:15 PM
  5. [SOLVED] How can I lookup cells that match a specific value and return all.
    By john in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-31-2005, 09:06 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