Hi
When using From Folder ; I always get both 'sheet' and 'table' but when watching quite a few tutorials this does not seem to be the case,
my usual approach is
From Folder ;
Then either trans form of add column
So now for each Table in the content column, I have two rows one for Table and one for sheet;
is there a way to deal with the source excel table / sheets to only bring in one or the other, they both contain the tables I want?
Richard
When using From Folder ; I always get both 'sheet' and 'table' but when watching quite a few tutorials this does not seem to be the case,
my usual approach is
From Folder ;
Excel Formula:
Folder.Files("C:\Users\Name \OneDrive\Desktop\New folder\New folder")
Then either trans form of add column
Excel Formula:
Table.TransformColumns( Source, { "Content", each Excel.Workbook(_) } )
So now for each Table in the content column, I have two rows one for Table and one for sheet;
is there a way to deal with the source excel table / sheets to only bring in one or the other, they both contain the tables I want?
Richard