About 26,100,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. Referencing value in a closed Excel workbook using INDIRECT?

    In the formula, E:\Excel file\ is the full file path of the unopened workbook, test.xlsx is the name of the workbook, Sheet2 is the sheet name which contains the cell value you need to reference …

  3. excel - Remove leading or trailing spaces in an entire column of …

    Mar 6, 2012 · How do I remove leading or trailing spaces of all cells in an entire column? The worksheet's conventional Find and Replace (aka Ctrl+H) dialog is not solving the problem.

  4. Excel: Searching for multiple terms in a cell - Stack Overflow

    Feb 11, 2013 · Excel: Searching for multiple terms in a cell Asked 12 years, 11 months ago Modified 6 years ago Viewed 297k times

  5. excel - If two cells match, return value from third - Stack Overflow

    Oct 15, 2014 · excel if-statement excel-formula excel-2013 excel-match edited Feb 17, 2019 at 1:13 pnuts 59.8k1193141

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

  7. automatically execute an Excel macro on a cell change

    How can I automatically execute an Excel macro each time a value in a particular cell changes? Right now, my working code is: Private Sub Worksheet_Change(ByVal Target As Range) If …

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

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

    Mar 15, 2017 · Excel: Use formula longer that 255 characters Asked 13 years, 3 months ago Modified 3 years, 2 months ago Viewed 152k times

  10. Excel FILTER() returning 0 for blank cells - Stack Overflow

    Nov 10, 2020 · I suspect this has been asked previously, but I can't find it. FILTER() will often return a 0 for blank rows, even when a return string is specified. Using filter() I am often getting …