Results 1 to 17 of 17

Reformat data - multiple Columns to rows

Threaded View

mfusfw Reformat data - multiple... 10-31-2022, 06:08 PM
seercoven Re: Reformat data - multiple... 10-31-2022, 10:19 PM
mfusfw Re: Reformat data - multiple... 11-07-2022, 04:37 PM
seercoven Re: Reformat data - multiple... 11-07-2022, 08:19 PM
mfusfw Re: Reformat data - multiple... 11-08-2022, 01:55 PM
jindon Re: Reformat data - multiple... 10-31-2022, 11:51 PM
mfusfw Re: Reformat data - multiple... 11-08-2022, 03:12 PM
mfusfw Re: Reformat data - multiple... 11-30-2022, 04:25 PM
alansidman Re: Reformat data - multiple... 11-01-2022, 01:20 AM
mfusfw Re: Reformat data - multiple... 11-02-2022, 04:10 PM
jindon Re: Reformat data - multiple... 11-08-2022, 11:59 PM
jindon Re: Reformat data - multiple... 11-30-2022, 05:16 PM
mfusfw Re: Reformat data - multiple... 11-30-2022, 05:56 PM
jindon Re: Reformat data - multiple... 12-02-2022, 02:22 AM
mfusfw Re: Reformat data - multiple... 12-02-2022, 06:07 PM
jindon Re: Reformat data - multiple... 12-02-2022, 11:56 PM
mfusfw Re: Reformat data - multiple... 12-11-2023, 10:39 PM
  1. #9
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,780

    Re: Reformat data - multiple Columns to rows

    Unpivot your data with Power Query

    let
        Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content],
        #"Unpivoted Other Columns" = Table.UnpivotOtherColumns(Source, {"Name"}, "Attribute", "Value")
    in
        #"Unpivoted Other Columns"
    Power Query is a free AddIn for Excel 2010 and 2013, and is built-in functionality from Excel 2016 onwards (where it is referred to as "Get & Transform Data").

    It is a powerful yet simple way of getting, changing and using data from a broad variety of sources, creating steps which may be easily repeated and refreshed. I strongly recommend learning how to use Power Query - it's among the most powerful functionalities of Excel.

    - Follow this link to learn how to install Power Query in Excel 2010 / 2013.

    - Follow this link for an introduction to Power Query functionality.

    - Follow this link for a video which demonstrates how to use Power Query code provided.
    Attached Files Attached Files
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Reformat data in different cells to two rows
    By KingTamo in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-17-2017, 12:34 AM
  2. Replies: 9
    Last Post: 12-15-2013, 10:05 PM
  3. [SOLVED] Macro to Reformat Rows that contain date, dollar amounts, and other data
    By dean87 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-31-2013, 09:16 AM
  4. How can I reformat some rows into columns in Excel?
    By nijialagua in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-23-2012, 02:20 PM
  5. How can I reformat some rows into columns in Excel?
    By nijialagua in forum Excel General
    Replies: 2
    Last Post: 07-23-2012, 12:38 PM
  6. Replies: 1
    Last Post: 12-21-2011, 01:50 PM
  7. [SOLVED] reformat columns to rows?
    By RickyDee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2005, 05:05 PM

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