+ Reply to Thread
Results 1 to 3 of 3

Comparing text between 2 sheets

  1. #1
    Registered User
    Join Date
    02-18-2010
    Location
    virginia, usa
    MS-Off Ver
    Excel 2003
    Posts
    26

    Comparing text between 2 sheets

    I have a two sheets of data..

    Sheet 1
    A B C
    1. Names Sites Networks
    2. name1 site1 ?
    3. name2 site1 ?
    4. name3 site2 ?
    5. name4 site3 ?

    Sheet 2
    A B
    1. Networks Sites
    2. network1 site1
    3. network1 site2
    4. network2 site3
    5.network3 site4

    I would like to use the info on Sheet 2 to fill in the empty column of networks on Sheet 1.
    Any/all help is appreciated!

  2. #2
    Registered User
    Join Date
    07-23-2010
    Location
    nashvile, tn
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Comparing text between 2 sheets

    Try using the lookup functions... there is the regular lookup, vlookup, and hlookup... i think either the 1st or 2nd one should work

  3. #3
    Registered User
    Join Date
    07-23-2010
    Location
    nashvile, tn
    MS-Off Ver
    Excel 2003
    Posts
    12

    Re: Comparing text between 2 sheets

    Switch your columns in sheet two so that networks is in column B and sites is in column A

    Now in column C of sheet 1 add this formula... =VLOOKUP(B2,$Sheet2.$A$1:$B$5,2)

+ 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