1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Automatically populating a summary section from multiple arrays

Our take

If you're looking to create an automated summary section in your spreadsheet that pulls data from multiple arrays, you're on the right track with the `INDEX` and `FILTER` functions. To effectively compile information from all three sections, consider nesting your `FILTER` commands within an `ARRAYFORMULA`. This approach allows you to streamline the data retrieval process across your workbook, which consists of 51 pages.

I'm trying to turn the green section below into a summary that will automatically populate the data from the three sections above it:

https://preview.redd.it/zgom3wubmdvg1.jpg?width=627&format=pjpg&auto=webp&s=70de6be746f934a72ec9f1011be04d2283de484b

I was able to use =index(rows(filter to include the data from the first array, but got stuck on building out the command so it would include all three. The screenshot is a sample; the actual workbook has 51 pages. Thanks!

submitted by /u/Opposite_Service6897
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with