About 76,100 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 …

  2. excel - Transpose and repeat column header on rows - Stack …

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

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

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

    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

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

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

  8. Excel: How to transpose select columns and group by repeated …

    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 …

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

  10. excel - How to drag down columns but change column letter

    Mar 19, 2016 · I want to drag down a column but keep the same row of data by going into the next column on another sheet. For example I have sheet1 with random data in row cells: A1 B1 C1 …