+ Reply to Thread
Results 1 to 2 of 2

Compare two sheets, copy from one if values match

  1. #1
    Registered User
    Join Date
    05-21-2009
    Location
    Ok, USA
    MS-Off Ver
    Excel 2007
    Posts
    22

    Compare two sheets, copy from one if values match

    Gooood Morning Everyone!

    I have two excel sheets: 1 (Chapters.xml) with a list of an organization's chapters (about 250) and another with the president of each chapter (presidents.xml). Is there a way that I could compare a list in "presidents" to each value in "chapters", and if the value matches copy the respective value from presidents to chapters?

    For example:
    Chapters: A1= Alabama Mu
    Presidents: A8=Alabama Mu B8="John"

    I would like to compare each value in Presidents column A to Chapters column A. In the above case, "John" would then be copied to Chapters A2.

    Thanks in advance!
    Last edited by teaker; 08-13-2009 at 11:43 AM. Reason: typo

  2. #2
    Forum Contributor
    Join Date
    02-27-2008
    Posts
    764

    Re: Compare two sheets, copy from one if values match

    Hi
    try in chapters file
    B2=Vlookup(A2,[presidents.xml]Sheet1!A1:B100,2,false). pull down the formula till the end of data
    Ravi

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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