About 27,000,000 results
Open links in new tab
  1. What does -- do in Excel formulas? - Stack Overflow

    Jul 20, 2010 · Boolean values TRUE and FALSE in excel are treated as 1 and 0, but we need to convert them. To convert them into numbers 1 or 0, do some mathematical operation.

  2. What does '$' mean in Excel formula? e.g: $B$4 - Stack Overflow

    The dollar sign allows you to fix either the row, the column or both on any cell reference, by preceding the column or row with the dollar sign. In your example you fix the column to B and the row to 4 because you probably want to take in consideration only that cell for your formula.

  3. excel - Check whether a cell contains a substring - Stack Overflow

    Sep 4, 2013 · Is there an in-built function to check if a cell contains a given character/substring? It would mean you can apply textual functions like Left/Right/Mid on a conditional basis without throwing e...

  4. Quadratic and cubic regression in Excel - Stack Overflow

    Jun 2, 2012 · Now Excel will calculate regressions using both x 1 and x 2 at the same time: How to actually do it The impossibly tricky part there's no obvious way to see the other regression values. In order to do that you need to: select the cell that contains your formula: extend the selection the left 2 spaces (you need the select to be at least 3 cells ...

  5. excel - Return values from the row above to the current row

    Jun 15, 2012 · To solve this problem in Excel, usually I would just type in the literal row number of the cell above, e.g., if I'm typing in Cell A7, I would use the formula =A6. Then if I copied that formula to other cells, they would also use the row of the previous cell. Another option is to use Indirect(), which resolves the literal statement inside to be a formula. You could use something …

  6. excel - PowerQuery: How can I concatenate grouped values

    If I have the following table (shown in the image below), how can I write a grouped query that would concatenate the grouped results? For this example, I'd want to group by the LetterColumn and

  7. Assign a value to a cell depending on content of another cell

    Jan 16, 2020 · I am trying to use the IF function to assign a value to a cell depending on another cells value So, if the value in column 'E' is 1, then the value in column G should be the same as F But, if the ...

  8. excel - Drag down formula and change COLUMN references …

    My formula is exactly as I posted in the question, so yes it is a SUM function. All I need is to drag down that formula and each row must give me the value of the columns to the right, not the rows below (i.e. instead of getting H$5, H$6, H$7, I need to get H$5, I$5, J$5). Is it possible?

  9. How to search for " in string - EXCEL - Stack Overflow

    Sep 17, 2013 · This is a tricky one I am stuck on. In Excel 2010 I want to search a string for the character ". I am using the formula =FIND(A1,"text", 1) which will return a number (starting position) of "text...

  10. excel - Using the value in a cell as a cell reference in a formula ...

    I'd like to know how to pull cell references from the value of another cell and insert them into a formula. For a simple example: In cell A1 I have this: COUNT(B4:H4) Instead of choosing the range ...