About 50 results
Open links in new tab
  1. 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.

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

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

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

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

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

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

  8. CountIf from drop down list | MrExcel Message Board

    Nov 21, 2008 · I have a drop down list with 3 option, (Yes, No or DK). I am trying to count the number of times Yes appears in the column. I'm certain that I have the countif formula set up …

  9. Countif function to count as a half | MrExcel Message Board

    Jul 13, 2016 · I have a Key Section see belowH = 1 Full day holidayHD = 0.5 half day holidayI am trying to pull this into a summary sheet to add up. Each staff names are in rows with each …

  10. FILTER returning 1 instead of 0, IFERROR not working - MrExcel

    Oct 7, 2022 · Hello! I need to count unique values based on two criteria and this is the formula I've come up with. It successfully gets what I want, EXCEPT it returns a 1 when it should be …