Forum Discussion
Recoba88
9 years agoHelper III
Consolidate multiple excel files into one
Hi,
When I try to open all columns (for all files) I get the columns in alphabetic order, but I want to get them in the same order they appear in my workbooks. How can I do it?
1 Reply
- AnonymousNot applicable
Hi Recoba88,
You can try to use "Tabel.Combine" or Expand feature to achieve your requirement.
Sample:
ExpandTable: Click on the top right expand arrow to expand the table.
Table.Combine: Modify your formula to Table.Combine(Table.SleectColumns(#"Removed Error",{"Custom"})[Custom])
Regards,
Xiaoxin Sheng