+ Reply to Thread
Results 1 to 5 of 5

Combine Data from Multiple Worksheets (Tabs) into One Master Tab

Hybrid View

  1. #1
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: Combine Data from Multiple Worksheets (Tabs) into One Master Tab

    also here is "your way" from the picture

    let
        Source = Excel.CurrentWorkbook(){[Name="Mountain"]}[Content],
        Source1 = Excel.CurrentWorkbook(){[Name="West"]}[Content],
        Source2 = Excel.CurrentWorkbook(){[Name="Southwest"]}[Content],
        Source3 = Excel.CurrentWorkbook(){[Name="Florida2"]}[Content],
        Source4 = Excel.CurrentWorkbook(){[Name="Florida3"]}[Content],
        Source5 = Excel.CurrentWorkbook(){[Name="Souteast"]}[Content]
    in
        Table.Combine({Source, Source1, Source2, Source3, Source4, Source5})
    Last edited by sandy666; 05-31-2023 at 01:48 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] copy and combine information from multiple tabs to master table tab
    By paula.mccall in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-14-2023, 03:00 PM
  2. Combine Multiple Worksheets To Master
    By SmithStanley1212 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-17-2017, 01:45 PM
  3. [SOLVED] Combine data in multiple worksheets into one master
    By cmorten82 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-13-2016, 10:50 PM
  4. [SOLVED] Combine multiple workbooks with multiple tabs onto a master workbook
    By loumarday in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-31-2016, 12:33 PM
  5. Combine certain tabs from multiple worksheets into one workbook
    By jpleazy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-29-2014, 01:28 PM
  6. Replies: 2
    Last Post: 06-17-2014, 11:16 AM
  7. How to automatically combine data from multiple worksheets into a master worksheet
    By BeardedLuminary in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-28-2013, 10:57 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1