Share via

Pull Data (text) from Multiple cells in multiple sheets to create a summary master doc

Anonymous
2024-08-26T14:28:16+00:00

I have a large Excel file, with many tables containing alot of information about services my company provides. Each sheet is uniform.

In one tab, I want to have one row of data with top line info relating to each supplier, as a quick 'go-to' sheet. Heading on the master sheet will come from sections of the individual sheets.

Anyway to automate this?

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

Answer accepted by question author

Anonymous
2024-08-28T13:26:06+00:00

You are welcome:) You may also give feedback on it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-08-28T13:17:35+00:00

    This works great, thank you!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-08-27T22:36:54+00:00

    Is it possible to add a help column in each sheet to tag rows you want?

    Then you can use VSTACK&filter formula&3D reference

    =WRAPROWS(FILTER(VSTACK('Service Name 1:Service Name 2'!B3:B23),VSTACK('Service Name 1:Service Name 2'!F3:F23)=1),10)

    Test file is sent in private message.

    Private Messages - Microsoft Community

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-08-27T08:41:57+00:00

    Hi there, see link below.

    Sheet 1 and 2 are samples of the services and the 3rd sheet is the master sheet. There will be a lot of service tabs.

    Sample for Microsoft.xlsx

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-08-27T02:11:07+00:00

    Could you share a test file with some dummy data in it and show us an expected result? Then I can give suggestions on it.

    For sharing file, you may upload it to OneDrive or any other cloud drive and then post the link here.

    *Please make sure you have removed any sensitive or private information in the sample file before uploading.

    Was this answer helpful?

    0 comments No comments