Question: How can I get the values related to each member given the data is piled up sequentially?
I'm currently importing multiple xlsx files from a specified directory. However, the data from these files seems to stack up sequentially. I aim to produce an output where, to the left of column B2 (always labeled "Group"), individual member names are listed, which I intend to filter on. The subsequent values should correspond to each member. But these member names recur in the data (since its stacked), but their order may differ. Regardless of the sequence, they will always be positioned to the left of the "Group" label in column B2.
I'm dealing with over 50 files, and it's impractical to use the input tool to join them individually. Tried using the Dynamic Input tool which was unsuccessful due to occasional header misalignments.
I've attached a sample dataset of what the output in alteryx looks like