Help needed combining data from multiple files with different data and multiple lines into one file

Anonymous
2024-03-21T14:12:53+00:00

Hi

I have a few files I need to combine into one. The first file is my base file (list of ID, names, address, etc) the second file lists documents that have been loaded to an external system (list of ID, document name, expiration date, etc.) To further complicate matters on this second file the supplier ID could be listed multiple times with different document names or the same document name. Also some of those document have a flag marked "invalid" or "expired". I need this information as well to be able to filter the final report to determine actions needed. I hope that all makes sense. I'm clueless as to what program to use. I looked at Power Query but since the source files have different data in each I can't combine them. I can't use look up because it will only pick up the first row of data for each ID. I don't know enough about Power BI if that's a possibility. Is going old school and using access a good option? Any suggestions would greatly be appreciated.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

8 answers

Sort by: Most helpful
  1. Anonymous
    2024-03-28T03:41:18+00:00

    You may try merge query.

    Result:

    Was this answer helpful?

    0 comments No comments
  2. Ashish Mathur 102.4K Reputation points Volunteer Moderator
    2024-03-27T22:55:53+00:00

    Hi,

    Write a VLOOKUP() function is sheet2 to bring over the relevant columns from sheet1

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-03-27T22:15:52+00:00

    Here's an example very dummied down. See Sheet 3 for my notes.

    EXCEL REPORT SAMPLE.xlsx

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-03-21T15:17:40+00:00

    Could you share us some test file and show us expected result? Then I will have a try.

    It could be done with Power Query or Macro.

    For sharing a sample workbook, upload to OneDrive or any other cloud drives. Then post a link here.

    Why a sample file is important for troubleshooting. How to do it. - Microsoft Community

    Was this answer helpful?

    0 comments No comments