About 17,200 results
Open links in new tab
  1. When to use Ctrl+Shift+Enter and when to use Enter in Excel?

    I believe, since Excel 2019, there is no need to use CSE functions any more, or perhaps limited to specific situations when there might be a conflict between iteration over an array of input cells …

  2. How to write multi lines in one Excel cell? - Super User

    Jul 22, 2011 · Windows: Alt + Enter. Mac: Ctrl + Option + Enter; Type what you want on the next "row" in the same cell; Repeat as needed. Note that inserting carriage returns with the key …

  3. Excel - 'Concatenate' columns with Alt - Enter - Super User

    When I use a simple Excel formula =B2 & Char(10) & C2 & Char(10) & D2 and wrap the text of the destination cell, everything seems normal. The actual cell value is a string of B2, C2, and …

  4. How to search for newline or linebreak characters in Excel?

    I've imported some data into Excel (from a text file) and it contains some sort of newline characters. It looks like this initially: If I hit F2 (to edit) then Enter (to save changes) on each of …

  5. worksheet function - Request: Excel equivalent of Google …

    In Excel, entering {=ROW(A3:A6)} [CTRL] [SHIFT] [ENTER] creates ... C 1 3 2 3 4 Is there a way to get Excel to populate the remaining rows? The desired end result is a formula which given …

  6. CTRL+SHFT+ENTER Array Formula not working - Super User

    Nov 10, 2017 · The versions with COUNT and SUM are a little more problematic than Scott's version with COUNTIF.In his version you can substitute the range for any sized range, e.g. a …

  7. worksheet function - Fill a large range with a formula in Excel ...

    Jul 31, 2015 · Enter the formula into the first cell. Select the range of cells. It might be fastest to go to the last cell by entering its coordinate in the Name Box on the top left and pressing …

  8. Excel keyboard shortcut to copy/fill down for all cells with non …

    Jun 17, 2011 · Once you fill in the cell you want to auto-fill downwards, double-click the bottom right corner as usual. To repeat the "auto-fill down" step, so long as you only enter data and …

  9. Convert a formula in Excel into an Array Formula without Ctrl-Shift …

    Sep 19, 2014 · Excel has a number of native formulas that allow you to create/ utilise arrays, for example SUMPRODUCT() INDEX() OFFSET() SUMIFS() COUNTIFS() AVERAGEIFS() …

  10. How to add a line break to the output of a formula in Excel?

    May 23, 2015 · Even if the cell contains a formula, you can still slice up the output text with empty strings (outputText1&""&outputText2) and then use Alt+Enter in the empty string to add the …