About 27,400,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. 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

  3. Excel: Can I create a Conditional Formula based on the Color of a …

    I'm a beginner and trying to create a formula that modifies the contents of Cell A1 based on the color of the cell in B2; If Cell B2 = [the color red] then display FQS. If Cell B2 = [the color ye...

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

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

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

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

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

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

  10. excel - How to Add Date Picker To VBA UserForm - Stack Overflow

    Jan 9, 2019 · I am looking for a control to add to userForm to enable a user to pick the date. I found a good one at this address Formatting MM/DD/YYYY dates in textbox in VBA from …