About 50 results
Open links in new tab
  1. COUNTA with FILTER function returning 1 if no results are found

    Apr 15, 2021 · The trouble I am having is when the filter function returns no result it defaults to 1 because the blank value between the quotation marks is for some reason not seen as an actual …

  2. COUNTIF returning blank cell if value is 0 - MrExcel

    Jan 26, 2004 · =COUNTIF (April!G:G,"32") If no cells contain 32 I get a result of 0. What I'd like is a formula that returns a blank cell if the result is zero. I've tried various combinations but I'm not even …

  3. COUNT only returns 0 | MrExcel Message Board

    Feb 16, 2016 · What are you trying to count. The COUNT function will only count cells with numbers, not text - perhaps try COUNTA which counts non blanks.

  4. COUNTIFS returning wrong result by 1 | MrExcel Message Board

    Oct 24, 2016 · I try to minimize Excel overhead by disabling ScreenUpdating and by setting xlCalculationManual mode. Arguably, I could reduce Excel overhead further by calculating 10 …

  5. CountIf on visible rows only | MrExcel Message Board

    Nov 5, 2017 · Yes, you can modify the formula to count only the visible rows by using the SUBTOTAL function instead of the COUNTIF function. The SUBTOTAL function can perform a variety of …

  6. COUNTIFS returning 0 when it shouldn't... - MrExcel

    Dec 14, 2012 · COUNTIFS returns the count of how many times ALL criteria are satisfied - together (like an AND statement). You have two criteria that cover the same range with differing conditions, so …

  7. Exclude "0" from COUNT function | MrExcel Message Board

    Jun 27, 2008 · Hi All, I want to COUNT the occurance that any number appears in a cell (I do not want to SUM them). How can I exclude "0" from being counted? I'd rather not leave the cell blank. Thank you.

  8. COUNTIF function ignoring blanks | MrExcel Message Board

    Mar 14, 2010 · I want to apply the formula COUNTIF(Range, "0") but at present all blank cells are being counted also. How do I ignore the blank cells in the calculation? Thanks

  9. How to copy countif formula without changing cell #s? - MrExcel

    May 21, 2006 · Hi guys, I often need to count names and data in a worksheet. I use the countif function to establish, for example, how many times Amy, Carla, Tanya and Bob's names appear in the sheet …

  10. How to count merged cells containing text - MrExcel

    Mar 13, 2021 · Hi, I need to count cells both merged and unmerged (mainly merged vertically in columns) on a text string in the cell (text string may be long but I just need to search for a name out …