+ Reply to Thread
Results 1 to 2 of 2

Help with If-Then Statements

  1. #1
    Registered User
    Join Date
    03-17-2010
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2007
    Posts
    1

    Help with If-Then Statements

    I'm trying to combine two very large spreadsheets. Some of the data is the same, some of it is different.

    This is what I'm basically trying to do:

    If item number on Spreadsheet A matches item number on Spreadsheet B insert Item number's information from spreadsheet A to spreadsheet B.

    Is that possible? I can't figure out how to do it. Both spreadsheets are organized different, which makes it extremely difficult to do it manually.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Help with If-Then Statements

    =If(Isnumber(Match(A1,'SS 2'!A:A,0)),Vlookup(A1,'SS 2'!A:D,2,0))

    This looks for item that is in A1 of your active sheet and tries to find it in sheet called SS 2 column A and returns what is in the second column of that range (column B). To get from col c, change gthe 2 to a 3, etc...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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