About 10,800,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 the "@" symbol mean in Excel formula (outside a table)

    Oct 24, 2021 · Excel has recently introduced a huge feature called Dynamic arrays. And along with that, Excel also started to make a " substantial upgrade " to their formula language. One …

  3. excel - How to reference table column header name and table row …

    Aug 26, 2019 · I'm trying to populate a new table in a new worksheet with data from an existing table in a different worksheet. I need to reference the column header name because the …

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

  5. excel - What does an exclamation mark before a cell reference …

    Nov 20, 2014 · In a text about Excel I have read the following: =SUM(!B1:!K1) when defining a name for a cell and this was entered into the Refers To field. What does this mean?

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

    13 The $ sign causes the cell column or row or both in a formula to be fixed. That is, if you drag the formula cell horizontally or vertically in order to copy the formula, Excel will not adjust this …

  7. Excel table reference difference between [@column] and [column]

    Nov 29, 2018 · With @ you refer to the same row as where your formula is. Without the @, you make reference to the entire column. But your formula is confusing as C1 is usually not a …

  8. excel - What's the difference between @INDEX (with at sign) and …

    Jul 20, 2022 · 1 I bumped into the following formula in Excel =@INDEX(B100:B110, C100) and was wondering what's the difference with =INDEX(B100:B110, C100) as they both appear to …

  9. Excel, append one range to the end of another in one column

    Aug 29, 2015 · I have two columns of data in Excel. I would like to add a third column which combines the first and second. How can I do this with a formula such that I can add or remove …

  10. excel - How can I reference a cell's value in PowerQuery - Stack …

    Jan 24, 2019 · I'm having multiple PowerQuery queries that I would like to feed the value of a cell in my Excel file. In this particular case, the full path to the sourcefile name. Is there any way I …