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

    Oct 4, 2023 · Excel function to transpose every nth row into columns Asked 2 years, 2 months ago Modified 2 years, 1 month ago Viewed 13k times

  2. excel - Transpose with flexible range based on input in a cell

    Oct 8, 2024 · In Range G3:G6 I want to transpose the values based on the row criteria entered in Cell G1. (Note: Products listed in Column A are always unique.) In this example the Row …

  3. How can I return unique values horizontally on Excel

    is there a way to do this without the transpose function - I tried using this and excel keeps adding { } in front of the formula when I upload the file which means someone has to manually enter the …

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

  5. Excel VBA - Range.Copy transpose paste - Stack Overflow

    Jun 15, 2022 · Note: alternatively you could use late-bound Application.Transpose instead. MS help reference states that having a current version of Microsoft 365, one can simply input the …

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

    Dec 9, 2016 · Depending on your version of Excel, you can use either Power Pivot (2010/2013) or Get & Transform (2016) to pivot the data appropriately. Your data, if not already in a table, will …

  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: Formulas for converting data among column / row / matrix

    Dec 27, 2013 · how to split one column into two columns base on conditions in EXCEL * writing a macro to transpose 3 columns into 1 row Excel VBA transpose with characters Mathematical …

  9. Excel – columns to one cell - Super User

    Can you have a column of data moved to a single cell with commas separating the values that were in the column? Kind of reverse text to columns. e.g., 1 2 3 4 5 to 1 ...

  10. excel - Transpose & Repeat multiple columns & rows - Stack …

    Nov 6, 2022 · I have the following data that im attempting to duplicate and transpose but im having issues with doing that. Transpose doesnt seem to quite get me there. ColumnA …