About 69,100 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 …

    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 …

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

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

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

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

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

    May 27, 2015 · 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 …

  9. excel - How to concatenate values in multiple cells based on a ...

    Jan 19, 2015 · I have found a simple, scalable solution that uses an array formula to concatenate multiple cells that satisfy a certain condition. Applied to your example, paste into cell F2:

  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; …