Or you can use Power Query (Get & Transform Data), if you have a later version of Excel:
![]()
let Source = Table.DemoteHeaders(Excel.CurrentWorkbook(){[Name="Table1"]}[Content]), Combine = List.Combine(Table.ToColumns(Source)) in Combine
Or you can use Power Query (Get & Transform Data), if you have a later version of Excel:
![]()
let Source = Table.DemoteHeaders(Excel.CurrentWorkbook(){[Name="Table1"]}[Content]), Combine = List.Combine(Table.ToColumns(Source)) in Combine
let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source
If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE
Walking the tightrope between genius and eejit...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks