+ Reply to Thread
Results 1 to 5 of 5

Thread: Need Help ASAP - Comparing Multiple Columns

  1. #1
    Registered User
    Join Date
    10-31-2006
    Posts
    2

    Need Help ASAP - Comparing Multiple Columns

    Okay there are two tables. Table 1 has Street, City, State, Zip, and Building Number. Table 2 has Street, City, State, and Zip. Is there anyway in excel to compare the street information and if its correct, return the Building number on the other table.

    So if Table 1 (Column A,B,C,D) = Table 2 (A,B,C,D) - Return Column D from Table 1 onto Column E in Table 2.

    I hope someone can help. Thanks.

  2. #2
    Forum Guru
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Yes several options depending on if the number is always a number

    if table 1 in b2:e30 and table 2 in h2:j10

    if yes in k2

    =sumproduct((b2:b30=h2)*(c2:c30=i2)*(d2:d30=j2)*(e2:e30))

    or in a2 put =b2&c2&d2 and copy it down

    in k2 put (vlookup(h2&i2&j2,a2:e30,5,false)

    There are other more elegant ways but they are functional

    Regards

    Dav

  3. #3
    Registered User
    Join Date
    10-31-2006
    Posts
    2
    Im not sure what all that means

  4. #4
    Forum Guru
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Why not post an example as a zipped file

    Regards

    Dav

  5. #5
    Forum Guru
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    Why not post an example as a zipped file

    Regards

    Dav

+ 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.2.0