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

    Oct 4, 2023 · In Sheet2, I would like to transpose the relevant rows to update automatically as column headers, i.e.,

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

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

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

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

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

    Dec 9, 2016 · The data in Excel is made up of approximately 700,000 rows currently, whereas once organised correctly should only consist of maybe 70,000, where the unique values of one …

  7. excel - How can I paste links and transpose at the same time?

    Aug 12, 2020 · If I tick the Transpose box, the links are also transposed. Or if I tick the Paste Special entry (down at the bottom of the box, a dialog opens where you can Transpose All.

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

  9. How to convert a matrix to a single column using Excel

    I have the following matrix in Excel: 3 Columns: A, B, C Row 1: a b c Row 2: d e f Row 3: ghi What I need is a single column with all these values. The result should look like that: a b c ...

  10. Excel VBA to transpose a sets of rows to columns. Each set of rows …

    Jan 15, 2025 · I would like to transpose to columns the Value by Index Notes: For each sample, the number of Index measured (with Value) may be different. The number of Samples & Index …