I'm using Power Query to pull data from 3 different tables within the same workbook. Once that data is collected, I'm putting it in a master list. This master list table has additional columns of data that can only be added after the master list is compiled, and these additional columns are manually entered (not using formulas of any kind).
The problem occurs when the master list is refreshed with new/additional data. The rows of PQ data shift, but the manually entered rows stay static. Is there a way to have the data within the Master List table move as one so that the PQ data and manual data don't become misaligned after a refresh of new data?
Here's a visualization of what I'm talking about with "auto" representing the PQ data and "Manual" representing data that is manually entered:
PQ1 PQ2 PQ3 Manual1 Manual2 Manual3
Auto Auto Auto Manual Manual Manual
The problem occurs when the master list is refreshed with new/additional data. The rows of PQ data shift, but the manually entered rows stay static. Is there a way to have the data within the Master List table move as one so that the PQ data and manual data don't become misaligned after a refresh of new data?
Here's a visualization of what I'm talking about with "auto" representing the PQ data and "Manual" representing data that is manually entered:
PQ1 PQ2 PQ3 Manual1 Manual2 Manual3
Auto Auto Auto Manual Manual Manual