Since a while back, I have been trying to find an alternative to Power Query in Google Sheets to combine several sheets of data into one by matching on column letter.
For example, in tabA I have the columns X,C,V and Y and in tabB I have the columns X,C,V and U. In a consolidated tab I would like to append the data by column letter, just like it's possible in Excel using Power Query so I would have columns X,C,V,Y and U. I have tried using the query function but it seems to be stacking the data by relative column position rather than matching up the column letters.
Is there any alternative/option to this?