About 123,000 results
Open links in new tab
  1. Excel function to transpose every nth row into columns

    Oct 4, 2023 · 3 I have a sheet with a large row of data but the relevant data are every 3rd row In Sheet1 ... In Sheet2, I would like to transpose the relevant rows to update automatically as column headers, …

  2. In Excel how can I transpose multiple rows into a single column?

    Feb 14, 2016 · 1 I have rows of data all of equal length, e.g. A1:A5, B1:B5, C1:C5, etc. I want to put these into a single column, e.g. D1:D5, D6:D10, D11:D15, etc. There are no headers or row …

  3. Excel: Formulas for converting data among column / row / matrix

    Dec 27, 2013 · Formatting Data: Columns to Rows * Move content from 1 column to 3 columns * how to split one column into two columns base on conditions in EXCEL * writing a macro to transpose 3 …

  4. USE Excel to transpose ONLY unique column into a header row

    Jan 13, 2021 · It takes all the values of the column in sheet 1 and transposes the unique values. Putting this formula in sheet 2 will automatically update a header as the values in sheet 1 change.

  5. excel - Transpose column on one sheet to row on another, with linking ...

    Apr 18, 2014 · Transpose column on one sheet to row on another, with linking Asked 11 years, 8 months ago Modified 11 years, 3 months ago Viewed 41k times

  6. excel - Transpose a range in VBA - Stack Overflow

    Nov 1, 2012 · First Transpose changes row to column and second transpose changes the column back to row but with just one dimension. If the source range would have more rows (columns) e.g. "a1:h3" …

  7. How do I transpose a column into a row in Excel - Stack Overflow

    I have the following Excel worksheet: A 1 foo 2 bar 3 baz 4 bam (In reality, the column is much, much longer making transponing by hand not an option). How can I transform this sheet into A...

  8. excel - Transpose and repeat column header on rows - Stack Overflow

    Sep 15, 2015 · Assuming Person1 is in A1, insert and label a new ColumnA then unpivot (eg as described in detail under Convert matrix to 3-column table ('reverse pivot', 'unpivot', 'flatten', …

  9. excel - How to transpose column of values to row, separated by semi ...

    Feb 13, 2025 · 0 I have a csv export of product information, which needs to be uploaded in certain format. A basic example look like: So I need to use the Title, across multiple rows to find each …

  10. Excel: How to transpose select columns and group by repeated values ...

    Dec 9, 2016 · The Field_Name column is the particular column repeats the same set of values on individual rows for each unique Request_ID - and the Value column lists the corresponding value …