About 27,800 results
Open links in new tab
  1. 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 …

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

    Apr 10, 2002 · I am trying to us the forumula COUNTIF (LEFT (A2:A100,3),"MSG") and keep getting the error that says the formula is not correct. When I use the Function...

  3. Max number of characters countif recognizes - MrExcel

    May 1, 2008 · If your 16-digit numbers are in cells formatted as Text, you can get your COUNTIF function calls to work the way you want by forcing the second argument to be Text (thus …

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

    May 21, 2006 · I use the countif function to establish, for example, how many times Amy, Carla, Tanya and Bob's names appear in the sheet and from this I calculate a staff incentive.

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

    Oct 24, 2016 · Actually the IF (S) family of functions (COUNTIF (S), SUMIF (S), AVERAGEIF (S)) are unique in that they use implicit detection of the last-used cell of the range passed, and thus …

  6. VBA CountIf Function | MrExcel Message Board

    Jan 17, 2006 · The column containing the dates is formatted as a date format Using the TODAY () funtion that returns todays date of 7 Jan 25, when I do an Excel function to count the number …

  7. Simple COUNTIF function not working with dates? - MrExcel

    Dec 30, 2008 · I have a simple COUNTIF function that will not count dates. I have a range named DiscountDate that has dates and another cell named Date which serves as my criteria. My …

  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. Using COUNTIF function for non adjacent cells - MrExcel

    Feb 15, 2005 · I need to use COUNTIF function for a range of cells that are not adjacent to one another. The formula I'm using is as follows:- =COUNTIF (D13:E13:G13:J13,8) I was hoping …

  10. Countif with trim | MrExcel Message Board

    Mar 27, 2006 · I wish to do a countif trimming both the range and the criteria and don't know how to trim the range. =countif(A$2:A$10,TRIM(A2) but with a Trim of A2:A10. In other ...