About 8,510,000 results
Open links in new tab
  1. Return empty cell from formula in Excel - Stack Overflow

    Jul 13, 2009 · I need to return an empty cell from an Excel formula, but it appears that Excel treats an empty string or a reference to an empty cell differently than a true empty cell. So essentially I need …

  2. excel - IF statement: how to leave cell blank if condition is false ...

    Sep 12, 2013 · I would like to write an IF statement, where the cell is left blank if the condition is FALSE. Note that, if the following formula is entered in C1 (for which the condition is false) for example: ...

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

    Nov 10, 2020 · FILTER() will often return a 0 for blank rows, even when a return string is specified. Using filter() I am often getting a 0 return value for empty cells. Assume these 6 rows of data in …

  4. How do I get countifs to select all non-blank cells in Excel?

    Apr 21, 2009 · In Excel 2010, You have the countifS function. I was having issues if I was trying to count the number of cells in a range that have a non0 value. e.g. If you had a worksheet that in the range …

  5. Excel telling me my blank cells aren't blank - Stack Overflow

    Dec 19, 2022 · So my question is how can I still do that, but with these blank cells which Excel thinks aren't blank? I've tried to go through and just press delete over the blank cells, but I have a lot of data …

  6. excel - If 1 or 2 cells are blank then - Stack Overflow

    Dec 12, 2014 · I'm trying to write a simple formula to check whether either 1 or both cells are blank and, if so, leave the resulting cell blank. I want the resulting cell to only display a calculation if both ce...

  7. Creating a chart in Excel that ignores #N/A or blank cells

    I believe that excel ignores blanks by default (see 'Hidden and empty cells' submenu under 'Select Data Source'). As for the #N/A, can you just make your chart from a derived column, where you use …

  8. excel - Find first non-blank cell in a range - Stack Overflow

    Apr 30, 2015 · So if the first non-blank cell is a number (or date, % or Boolean value), the formula shows next cell that contains text. If you need to find non-blank that url gives the following solution:

  9. Using COUNTIFS to count blank when cell has a formula

    Mar 12, 2014 · 15 I have criteria where I need to count if a column B is not blank. But I have a formula in Cell B, So if I do a simple =Countifs(B1:B10,"<>") This returns the count of the cells which have the …

  10. excel - index match returns 0 for blank cell, want it to be "-" - Stack ...

    index match returns 0 for blank cell, want it to be "-" Asked 8 years, 8 months ago Modified 2 years, 8 months ago Viewed 147k times