About 54,300 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. 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 …

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

  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. How to stop counting blank cells | MrExcel Message Board

    Jun 13, 2020 · So I have pasted data from generated from a piece of software into my excel sheet. One of the formula returns a value for the number of cells in a column that has data in …

  6. COUNTIF (LEFT) - can these two go together? - MrExcel

    Apr 10, 2002 · Live Online Excel Training for Your Team from MrExcel. Bring MrExcel to your people. Two hours. High-impact. Zero travel. Click here for details.

  7. Counta ignore formulas | MrExcel Message Board

    Dec 1, 2009 · Counta typically works like this: =counta(a2:a15) which will return the count of non-blanks in that range. However, if I have a formula in a cell and yet the cell is blank, it counts it …

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

  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 …

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