About 72,500 results
Open links in new tab
  1. USE Excel to transpose ONLY unique column into a header row

    Jan 13, 2021 · Would a formula like this work for you? 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 …

  2. 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', …

  3. 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, 7 months ago Modified 11 years, 2 months ago Viewed 41k times

  4. 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 …

  5. 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, …

  6. 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...

  7. 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 …

  8. Convert a column into a comma separated list - Super User

    Apr 14, 2014 · Part of the solution might be Edit, Paste Special, Transpose to convert the column into a row. If the other program accepts Tabs rather than commas, then you're all set after copying the new …

  9. Transpose repeating data from rows into columns Excel

    Jun 3, 2021 · Transpose repeating data from rows into columns Excel Asked 4 years, 5 months ago Modified 4 years, 5 months ago Viewed 2k times

  10. 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" …