About 5,410,000 results
Open links in new tab
  1. excel - Using OR & AND in COUNTIFS - Stack Overflow

    Can you use braces like that on a COUNTIFS function? I'm testing it and it only counts the occurrences of the first value inside the braces.

  2. How to define a non continuous range in COUNTIF

    You can use INDIRECT to create an array of ranges, but you can only pass it strings. Therefore you need to manually update the ranges for each cell. Alternatively, you could write a VBA …

  3. sql - CountIf formula within MS Access report - Stack Overflow

    Something terrible as happened with my poor attempt at adding a CountIf forumula to my access report. I am trying to add a formula within my report header to count the number of entries in …

  4. Putting a concatenate inside of a count if - Stack Overflow

    If you concatenate the range parameters into a string in another cell e.g. X1, and use COUNTIF(INDIRECT(X1),value) it seems that COUNTIF accepts the string as a range.

  5. Is it possible to specify condition in Count ()? - Stack Overflow

    Is it possible to specify a condition in Count()? I would like to count only the rows that have, for example, "Manager" in the Position column. I want to do it in the count statement, not using WH...

  6. How do I only count visible rows when using the COUNTIFS …

    I've been using Excel's COUNTIFS function to count the number of rows in a table that meet certain criteria, E.g: =COUNTIFS(Table1[Result],"Fail", Table1[Comments], "") Now I want to …

  7. Equivalent of a COUNTIF aggregate function - Stack Overflow

    1 I had to use COUNTIF () in my case as part of my SELECT columns AND to mimic a % of the number of times each item appeared in my results. So I used this...

  8. Can I use COUNTIF on two columns to compare values?

    I have two columns in Excel, like this: A B 0.5 0.4 0.6 0.59 0.1 0.2 0.3 0.29 I want to count how many of the values in B are less than their corresponding values in ...

  9. Countifs in Excel with list of names as criteria - Stack Overflow

    I'm trying to write a countifs formula in Excel using a list of names. The following example illustrates what I would like to accomplish. Of the members of the Beatles, who said yes? The …

  10. Excel Countifs (include and exclude) - Stack Overflow

    In Excel 2010: I would like to create a formula which would count values from COLUMN E depending on information in columns B and G of the same row. If, in column B, value is M …