About 88 results
Open links in new tab
  1. How to combine values from multiple rows into a single row in …

    This will run through a sorted spreadsheet and combine consecutive rows that match both the customer and the year and delete the now empty row. The spreadsheet must be sorted the …

  2. Combining multiple rows into a single row in Excel - Super User

    Oct 21, 2022 · 0 Given your sample data, I think a PivotTable is one of the easiest ways to accomplish this. To do this, select your data and go to the tab Insert -> PivotTable -> Press …

  3. Combine multiple results in to 1 row | Microsoft Community Hub

    Apr 19, 2023 · AndyT410 Y ou have a table in Excel with multiple rows for the same customer and you want to combine these rows into one row per customer while retaining the dates for each …

  4. Combining rows of Data into Single ROW | Microsoft Community …

    Jun 25, 2021 · Combining rows of Data into Single ROW Version: EXCEL 365 for MS I will have to explain the issue without posting the actual excel, as it is corporate information. I have …

  5. Merge Excel rows based on common column values - Super User

    Jul 11, 2021 · What I would like to do is combine the rows, so that there is only one row per unique column A value (customer) and in the column B for that row, all column B values …

  6. Combine data from multiple rows into a single row separated by a …

    Nov 19, 2018 · Combine data in 3 rows of column A into one field separated by commas: A1: ab A2: cd A3: ef 1. In B1 enter function: =concat (a1,", ") and copy function to all rows below. …

  7. Combine 2 rows into 1 row | Microsoft Community Hub

    Nov 16, 2023 · Combine 2 rows into 1 row This is probably very basic, but I can't for the life of me figure out how to accomplish this. I have a spreadsheet where one row contains the …

  8. Combine 2 unique row entries from a table into 1 consolidated …

    Aug 9, 2024 · For this example, let’s say I have two different rows that are reflected as “Account A Store” and “Account A Warehouse” (again both with unique addresses and unique account IDs …

  9. Combine multiple rows into one (complex) - Super User

    Oct 24, 2022 · The number of rows for each entry varies (from 1 to 3 or maybe 4) and the positioning of the values in each column is also variable. I'd like to consolidate these rows for …

  10. microsoft excel - How to combine data from multiple rows, when …

    I want to combine the rows in the group into one row, with the AdminTime column containing the AdminTime values from all the rows in the group, separated by commas.