Using PowerQuery, is there a way to view a sheet of different-sized groups of data as a single table?

Viewed 56

I have a sheet of non-table groups and would like to view them as a single table.

  • Each group consists of 4 or 5 rows and 2+ columns with 1 or more blank rows/columns between.
  • Overall, the groups are organized into rows and columns on the sheet. There shouldn't be more than 3 groups in a row, but some rows may have blank spaces for future groups.
  • New groups and group columns are added regularly so existing groups can be relocated on the sheet anytime.
  • The group names are a unique combination of letters and a number. Unfortunately, they are not prefixed "Group" or numbered consecutively like in my example. Giving a generic example that conveys all criteria is harder than it looks .
  • This is a shared document so I'd like to avoid making structural changes that would affect other users.

I've experimented with some of the transform options, but I'm new to PQ and didn't make much progress.
This answer to a similar question is a step in the right direction, but it looks like I'll need additional steps since my starting data isn't quite as consistent.

Thank you for your time.

Before Example
After Example

0 Answers
Related