About 122,000 results
Open links in new tab
  1. Concatenate columns using LEFT and RIGHT in EXCEL

    Apr 22, 2022 · It might be possible that your version of Excel doesn't support Concat/concatenate function. Try to use the below formula =Left(B2,1)&Right(C2,2) & here does the same thing as …

  2. How to create a string or formula containing double quotes in Excel ...

    1 Returning an empty or zero-length string (e.g. "") to make a cell appear blank is a common practise in a worksheet formula but recreating that option when inserting the formula through the …

  3. Excel: Use formula longer that 255 characters - Stack Overflow

    Mar 15, 2017 · I have the following formula in excel =CONCATENATE("insert into #UpdateData (mondayopenhour, mondayopenmin,mondayclosehour, mondayclosemin,tuesdayopenhour, …

  4. Is there a way to concatenate two arrays in Excel without VBA?

    Excel cannot directly concatenate arrays in the way you describe (i.e. simply combining them back to back.) However, there is a (complicated) solution to this problem without using helper functions.

  5. How do I combine the first character of a cell with another cell in ...

    Feb 11, 2009 · I have an Excel sheet with first names in Column A and surnames in Column B. I want to create a third Column C that contains the first character from the first name and adds it to the …

  6. excel - How to concatenate words with a separator based on values in ...

    Apr 18, 2024 · I have in column A a list of 0's and 1's. In column B I have words. COL A COL B 1 BROWN 0 BLACK 0 ORANGE 1 WHITE 1 BLUE 1 GREEN 0 GRAY I´d like to concatenate the …

  7. How do I concatenate a range of cells into a single cell in Excel?

    Apr 1, 2025 · A guide from Excel Champs suggests using TRANSPOSE on the range then hitting F2 to replace the formula with values, but I would that would require manually repeating the process for …

  8. How to ignore blank cells while concatenating cells in Excel

    I am trying to concatenate multiple cell values in one cell as below: Column A Column B Column C Column D Column E Column F Blank Text 1 Text 2 Blank Text 3 I am concatenating v...

  9. Tricks for generating SQL statements in Excel - Stack Overflow

    Excel approach is similar, but using the SUBSTITUTE function. I prefer this approach because it makes the SQL text legible and avoids all the annoying & and concatenate problems.

  10. excel - Convert Literal Text to Formula - Stack Overflow

    Apr 30, 2016 · Using MS Excel 2010: I used the CONCATENATE formula to create a text string that looks like a formula and need a formula that will convert the text string to a formula; without the use …