+ Reply to Thread
Results 1 to 5 of 5

Populate one sheet with data from a different sheet based on similar cells

  1. #1
    Registered User
    Join Date
    02-29-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    3

    Exclamation Populate one sheet with data from a different sheet based on similar cells

    Hi sorry I'm really not sure how to describe this so I had a hell of a time searching for the info.

    Basically I have two spreadsheets, spreadsheet A has a list of URLs and some info in a cell adjacent to each URL. I also have another sheet, spreadsheet B has a bigger list of URLs also with data next to each URL. The URL lists are not identical but contain similar urls, I want to add a new column of info on sheet A that's pulled from the cell adjacent to the exact same URL on sheet B. I have no idea how to do this and having a hard time describing it here, I hope this makes sense.

    Thanks!

  2. #2
    Registered User
    Join Date
    02-29-2012
    Location
    NYC
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Populate one sheet with data from a different sheet based on similar cells

    So you want to find out the matching urls from sheet A and sheet b?

    if that isn't the case, mind putting up a sample?

  3. #3
    Registered User
    Join Date
    02-29-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Populate one sheet with data from a different sheet based on similar cells

    yea, for instance if I have a url in A1, I have some other data in B1 then I need C1 to pull data from a cell in sheet B - the cell in sheet B the that C1 pulls should come from a cell next to the cell that matches the url in sheet A cell A1. So I guess it'd have to search an area for a match and grab the adjacent cell. Is this possible?
    Last edited by DirtyTech; 02-29-2012 at 05:20 PM. Reason: mixed up cell names

  4. #4
    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,929

    Re: Populate one sheet with data from a different sheet based on similar cells

    sounds like a vlookup would work for you.
    =vlookup(what_you_want_to_find,range_where_all_the_data_is,column_to_look_in,false)

    when you create the formula, make sure you absolute ($) the data range so that when you copy it down, the data range reference remains the same
    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

  5. #5
    Registered User
    Join Date
    02-29-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Populate one sheet with data from a different sheet based on similar cells

    THANK YOU - I'm self-taught in excel and this looks like a super useful function I'm glad know to now know about!

+ 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