Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8837415
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:43:05+00:00 2026-06-14T09:43:05+00:00

Is there a way to combine 2 Excel sheets (or groups of columns inside

  • 0

Is there a way to combine 2 Excel sheets (or groups of columns inside one Excel sheet) so that the rows in one sheet/group append to the other sheet/group where so that certain columns values match.
To clarify:
Lets say I have 2 sheets – Sheet1 and Sheet2. Sheet1 has the columns A,B,C,D. Sheet2 has columns A,E,F,G. Column A in both sheets contains the same data but differently sorted (it is not sorted in conventional way (alphabetically or numerically)). I need to combine these 2 sheets into one, but they need to be combined so that the values in A column match (if possible the result should be ordered in the same way as the Sheet2).
Ideally, the functionality I’m looking for would need to be like SQL’s INNER JOIN command.

I’m using Excel 2007.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:43:07+00:00Added an answer on June 14, 2026 at 9:43 am

    I think you basically described the VLOOKUP function.

    You have your two sheets, now you want to create a list, which extends A,B,C,D to A,B,C,D,E,F,G.

    For that, you could just use

    Sheet1!E1=VLOOKUP(Sheet1!A1,Sheet2!A:G,5,FALSE)
    Sheet1!F1=VLOOKUP(Sheet1!A1,Sheet2!A:G,6,FALSE)
    Sheet1!G1=VLOOKUP(Sheet1!A1,Sheet2!A:G,7,FALSE)
    

    If you need to create an extra sheet3 as a result, use this:

    Sheet3!A1=Sheet1!A1
    Sheet3!B1=VLOOKUP(Sheet3!A1,Sheet1!A:D,2,FALSE)
    Sheet3!C1=VLOOKUP(Sheet3!A1,Sheet1!A:D,3,FALSE)
    Sheet3!D1=VLOOKUP(Sheet3!A1,Sheet1!A:D,4,FALSE)
    Sheet3!E1=VLOOKUP(Sheet3!A1,Sheet2!A:G,5,FALSE)
    Sheet3!F1=VLOOKUP(Sheet3!A1,Sheet2!A:G,6,FALSE)
    Sheet3!G1=VLOOKUP(Sheet3!A1,Sheet2!A:G,7,FALSE)
    

    Hope this interpretation was correct.

    Edit:

    By the way, because Excel is not mainly intended to function as a database, this operation is a bit messy, because it does not dynamically scale. At least with the second approach, using a thrid sheet. You will have to copy down A1 at least that far, to match the last used row from Sheet1. And if you should copy it down further, so you won’t have to worry about it for a while, you might need to error-proof against the empty cells.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to combine 2 vectors in MATLAB such that: mat =
Is there any way I can combine list of expressions into one? I have
Is there an easy way using grep (or combine with other standard command line
Is there a way to combine 'head -1' and 'grep' command into one for
is there a way to combine in one expressinon for example: $('.class').click() if( foo
Is there a way to combine 2 FileSystem.CopyDirectory statements so I get only one
Is there a way to combine the following two event handlers that use the
Is there anyway to combine rows inside of two separate Matrix fields? I have
Is there a way to combine rows within a specific column? Hence to get
Is there a way to combine these queries so that I get a distinct

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.