+ Reply to Thread
Results 1 to 5 of 5

Matching 2 cells and copying row contents.

  1. #1
    Registered User
    Join Date
    10-12-2010
    Location
    Snodland
    MS-Off Ver
    Excel 2010
    Posts
    3

    Matching 2 cells and copying row contents.

    Ok here is my query,

    I'm running keyword analysis's for client and this requires a search of ranks and search volumns, the problem is these come seperate, so I need a fomular that will link the 2.

    So saying you have as an example

    Sheet 1

    A1 B1
    Keyword Rank
    Snowsuit 1

    Sheet 2
    A1 B1 C1
    Keyword Competition Monthly Searches
    SnowSuit 0.93 3600



    I want these 2 to be combined into 1 to save me matching a few tousand keywords manually.

    My result I would like is

    Sheet 3
    A1 B1 C1 D1
    Keyword Rank Competition Monthly Searches
    SnowSuit 1 0.93 3600


    I need to this to run for each individual Keyword.


    Is this possible?
    Last edited by StevePike1990; 10-12-2010 at 12:14 PM. Reason: More to Add

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Matching 2 cells and copying row contents.

    try the Excel help for vlookup

    hth
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

  3. #3
    Registered User
    Join Date
    10-12-2010
    Location
    Snodland
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Matching 2 cells and copying row contents.

    Thanks will give it a go!

    Steve

  4. #4
    Registered User
    Join Date
    10-12-2010
    Location
    Snodland
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Matching 2 cells and copying row contents.

    Thanks for the sorted my problem out very well, I do however have another question.

    What formula would I use to search my list and pull out all cells with say the word AUDI in? without duplicating each word over and over again? I heard you use matchup and offset?

    Thanks

    Steve Pike

  5. #5
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: Matching 2 cells and copying row contents.

    if you'd like only to see words matching your criteria you would use a formula like =isnumber(find("audi"),A1)
    which would evaluate to true if A1 contained the word audi
    You could then copy this the length of your table and filter for audi

    Please ask any more questions in new threads

    hth

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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