About 9,960 results
Open links in new tab
  1. Combining text data but ignoring blank cells? - Super User

    Aug 14, 2024 · Combining text data but ignoring blank cells? Ask Question Asked 7 years, 7 months ago Modified 1 year, 4 months ago

  2. Excel - 'Concatenate' columns with Alt + Enter - Super User

    2 I am trying to combine three cells into one, with Alt + Enter or Char(10) separating each value. When I use a simple Excel formula =B2 & Char(10) & C2 & Char(10) & D2 and wrap the text of the …

  3. 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 (orders) are …

  4. How to combine values from multiple rows into a single row in Excel ...

    How to combine values from multiple rows into a single row in Excel? Ask Question Asked 13 years, 9 months ago Modified 5 years, 5 months ago

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

    Apr 14, 2014 · 177 I have the task of creating a simple Excel sheet that takes an unspecified number of rows in Column A like this: 1234 123461 123151 11321 And make them into a comma-separated list …

  6. How to combine a range and cell into a new range within a formula in …

    Apr 10, 2017 · I have a formula in Excel that takes an array/range of values as one of the input. I have a range of values, let's say A1:A6, and a single cell C11. I want to combine the range with the single cel...

  7. microsoft excel - How to concatenate or combine multiple cells with ...

    Aug 5, 2019 · I am trying to combine columns a2 through to z2 including the column header for each item and then apply to about 3500 rows. It works when i enter =A1&A2&"----"&B1&B2&"--- …

  8. microsoft excel - Generate a comma-separated list of cell contents ...

    Sep 30, 2015 · Here, the extra comma is undesired. Is there a way to gracefully handle this so that all non-blank cells are included in the comma-separated list, while avoiding the addition of unnecessary …

  9. Passing a non-contiguous range as a single function argument in Excel ...

    Aug 6, 2020 · A1:C1 and F2:H2 (as in A1:C1:F2:H2 or simply the result Excel uses from that expression, A1:H2) This example would give two rows and eight columns rather than a single "row" of six cells …

  10. Excel Function to Concatenate & Exclude Zeros - Super User

    May 17, 2023 · I realise that given the detail of the original question (but when referencing it if B4 is 0 then I just want it to display the value for Cat) my answer may not exactly suit @Samantha's …