The countif tag has no wiki summary.
0
votes
2answers
22 views
My countif will only work with hard-coded date criteria, not when it is dynamic, thus =today()-365
I'm using Excel 2003 SP3.
I'm trying to count dates in a column that are more than one year ago, so I am trying:
=COUNTIF(Library!G9:G10000,"<=today()-365")
But it gives me 0 when there is 1. ...
1
vote
0answers
31 views
Extracting unique values from a range of cells across multiple pages.
I currently have a table with 5 columns. The 2nd and 3rd columns have values which change depending on the 5th column's value. See below:
Sheet1:
1 A B C D E
2 # ...
-1
votes
0answers
43 views
Google Script to limit number of entries entered into spreadsheet through a form [closed]
i have created a Google form where my students will be registering for particular items. the form is linked to a spreadsheet. This is the code for form:
Loading...
I need help to limit the number of ...
0
votes
0answers
39 views
CountIf Formula that counts cells cointaing any and all dates without having a date range? [migrated]
I need to simplify a CountIF formula.
Instead of having a date range I just need my COUNTIF to count cells cointaining dates disreagarding date range period.
I have tried for example simplifying ...
2
votes
2answers
59 views
How to count cells that only contain the VALUE 0 and not the result of a formula?
For the following sheet:
A
1 0
2 0 as formula result
3 0
4 0 as formula result
5 0 as formula result
6 blank
7 0
How do I count only the cells with 0 entered as VALUES and not the ...
0
votes
0answers
27 views
Alternative to COUNTIF or AVERAGEIF
I'm trying to work out a problem where I am constrained from using COUNTIF or AVERAGEIF. The question is as follows:
How would you aggregate data and plot a graph about word count vs reply rate ...
0
votes
0answers
19 views
formula counting data in two different columns
My spreadsheet records every customer encounter and what employee they see the day of the visit. There is also two columns for whether they make a same day payment or make a payment on their account ...
0
votes
0answers
44 views
Countif - Function: SUM doesn´t work
I want the following function to sum a few values in one row. If the value is a 'L', it should sum 8, but that doesn´t work. If I type in a 'L', the value is 168.
...
2
votes
5answers
114 views
R - count at each row the number of columns in the “row neighbourhood” that contain only NA
How would you create from a data frame a vector that gives for each row the number of columns that are "NA" (or a custom value) in that row and the n rows above and m rows below.
So if m = n = 1 ...
0
votes
1answer
42 views
CountIf criteria compare dates
I am trying to create a CountIf function from range C2:C1700 where the criteria is 00/01/1900 or 0. The cells in my range are all formulas that retrieve a date. (0 if cell is blank, 4235 if cell is ...
-1
votes
1answer
30 views
Adding 2 different COUNT IF formulas
How can I add 2 different COUNT IF formulas that look at different criteria
For Example
Column A shows me dates 4/1/2013
Column B shows me the Type of product HQTT
I plug this formula in
...
0
votes
1answer
56 views
I can't find out how to make my function work (CountIF with 2 statemants & 2 ranges)
I can't find out how to make my function work.
Here is my fucntion i try to make work:
=COUNT(IF(Sheet1!$V$6:$V$1026;Sheet2!C7, IF(Sheet1!$J$6:$J$1026;Sheet2!B7)))
This is what i want to do: ...
2
votes
2answers
63 views
CountIf column header matches day of week
I have a spreadsheet with a table containing multiple weeks, it has columns and rows like so:
Mon Tue Wed Thu Fri Sat Sun Mon Tue Wed Thu Fri Sat Sun Mon
User 1
User 2
User 3
...
0
votes
2answers
75 views
C++, count_if, and equals
I have a struct with a name and number:
struct S {
string name;
int number;
};
Objects of S are stored in a vector. The vector is sorted based on name. There may be more than 1 item with the ...
0
votes
2answers
59 views
Count multiple items multiple times in Excel
I'm trying to produce a bar graph of the number of vehicles stopping each minute over a one hour period. I need a table of mins (1 to 60) vs. number of vehicles to do this.
However, my source data is ...
2
votes
2answers
222 views
vba pass criteria to countif in variable
I am trying to count the number of rows where a specific string appears in column K in a worksheet using a loop. The strings used for the search reside in Scorecards B2:B8. The count should be ...
1
vote
1answer
64 views
Altering a COUNT to a COUNTIF to count 100 values across a number of sheets
I've inherited a spreadsheet at work and I want to edit it to suit my needs. It currently uses the following formula to count row values across various sheets (including 0 values).
...
1
vote
3answers
102 views
Counting values in dictionary
I have a dictionary as follows.
dictA = {
'a' : ('duck','duck','goose'),
'b' : ('goose','goose'),
'c' : ('duck','duck','duck'),
'd' : ('goose'),
'e' : ('duck','duck')
}
...
1
vote
1answer
355 views
VBA: Complicated CountIf
I'm trying to implement a CountIf UDF in VBA with multiple AND arguments. I have constructed the following code which gives me an app-defined or obj error.
Sub Count_PoA()
Dim LastRow As Long
...
0
votes
1answer
632 views
Excel: Merge UNIQUE values if another cell matches
Merge all unique values if another cell matches. I already know how to merge cells but now some information is double. So what I would like to achieve is the following: if column A has the same name, ...
0
votes
2answers
361 views
excel countif with user input varibales
new to VBA so please be gentle.....
I have a script that check for duplicates and inserts a count in a column, this works fine however the sheets are often different so I need to ask the user which ...
1
vote
1answer
632 views
VBA Countif(s) Syntax issue (and/or about multiple conditions)
I've looked around the Stackoverflow forums (and basically everywhere else on Google) and have found a lot of "almost" answers to my questions that would probably suffice if I was a bit more familiar ...
2
votes
3answers
974 views
Excel Countif Date in column A is greater than column B [closed]
Columns A and B both have dates. If the date in column A is greater than the date in the same row of column B, the row should be counted. To add context, I am trying to count the number of rows ...
2
votes
4answers
389 views
Excel Countif with multiple if requirements
I have an Excel document that has a date column (A) and a column containing strings (B) one one sheet. On another sheet, I am doing calculations. If the cell in column A is between DATE(2012,1,1) ...
2
votes
3answers
2k views
Count number of cells in a range that match the content of a different cell
I am trying to use COUNTIF in Excel to find how many items in a range match the contents of a separate cell. The idea is, the range contains everyone's answers to a given question (a one-word, ...
3
votes
2answers
112 views
is there a count_if function for a gsl_vector? C/C++
I am using the gnu scientific library (GSL).
Say I have a gsl_vector like this:
7 0 -6 5 8 0 10 -2
That's a vector containing positive numbers, negative numbers, and zeros as elements.
I want ...
1
vote
1answer
158 views
MySQL Count If DateDiff
I would like to count different conditions in one table:
SELECT gt.smechanic as 'Mech ID',
gm.mechanic_name as 'Mech Name',
count(gt.smechanic) as 'Total Invoices Not Received',
...
2
votes
3answers
417 views
SQL Server 1/Countif
Is there an equivalent to 1/countif in SQL Server?
Something like:
SELECT ID,1/COUNTIF(ID)
FROM Table
...that divides 1 by the number of rows with a certain ID in Table, returning the results in ...
0
votes
1answer
243 views
Cannot count the correct answers for quiz app android using if statements
Whenever I click on the button, it should change the score if the answer is correct. However, when i click on next, it does not change the score. it just shows its default which is 0. Everything is ...
0
votes
1answer
159 views
Excel COUNTIFS yields the same result with different criteria
I used the COUNTIFS formula and received the same result despite using different criteria. Below is a simplified scenario and here's a screenshot (sorry, newbies cannot post image).
Col A | Col B ...
2
votes
2answers
392 views
Count Reoccuring Values in Column of Google Spreadsheet Using Script
I'd like to count the number of times a value reoccurs in a specific column of my spreadsheet using a script so that it populates a different column (same row) with the count when a form is submitted. ...
0
votes
1answer
671 views
vba countif expression
I need to count number of integers in top 1/3, middle 1/3 and bottom 1/3 of an array (test array in C6:C28). But I can't seem to get countif to work.
Range("C1").Select
ActiveCell.FormulaR1C1 = ...
1
vote
1answer
2k views
CountIf formula within MS Access report
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 my Service ...
2
votes
2answers
2k views
How do I count not equal to wildcard characters in Excel?
Using COUNTIF(range,"<>") can I count non-empty cells and with COUNTIF(range,"~?") or COUNTIF(range,"~*") can I calculate the number of cells matching a wildcard character, but can I do it with ...
1
vote
1answer
392 views
Counting Multiple Items in Excel Based on Specific Criteria
I looked through other questions and couldn't find what I needed.
Best if I explain as followed:
I have a spreadsheet that has three columns in it:
Product Name
Vendor
Some vendors have the same ...
1
vote
2answers
3k views
Excel Application.WorksheetFunction.CountIf using relative references
I'll try keep this as simple and nonspecific as I can. I have three columns, a, b, c. Col C has one-hundred random numbers in cells C1-C100. Col A has five random numbers in cells C1:C5.
For each ...
1
vote
2answers
953 views
Conditional sum across columns
I want to generate a new variable in R that creates a sum of the number of times other columns satisfy a criterion and I need a function that can handle NAs, e.g.,
x <- seq(10,20); y <- ...
1
vote
2answers
3k views
Countifs to match OR conditions?
I have the following countifs formula
=COUNTIFS($F$2:$F$848,Summary!$F5,'Report'!$G$2:$G$848,$Q$10,$G$2:$G$848,$Q$11)
on my sheet, Q10 = Monday, Q11 = Tuesday
On 'Report', G2:G848 contains login ...
2
votes
1answer
2k views
Excel MATCH + COUNTIF function: retrieving the nth value in an array
I have a formula that I'm using in Excel to return the row # of the first item that matches a specified value.
Formula: =MATCH(0,COUNTIF($B$1,List),0) + CTRL + SHIFT + ENTER "MAC: CMD + RETURN"
...
0
votes
1answer
1k views
excel COUNTIF formula
I have a spread sheet with a colomn with the following formula copied down
=IF(L3 = "N/A","No Action",(IF((J3<>""),(IF((K3<>""),(IF((K3>J3),"FALSE","TRUE")),"N/A")),"")))
which ...
1
vote
4answers
312 views
Using an STL algorithm on vector of pointers of an object (C++)
I need to count the number of times an object of an array of pointers has the same name(member variable) as the parameter given to a member function. I have tried different approaches, but none of ...
0
votes
1answer
137 views
Function for N-ary predicate evaluation (count_if)
I created a function which, given a list of some type T, and a predicate (a pointer to a specified function), counts how many elements in the list return true.
This works with atomic predicates ...
2
votes
2answers
437 views
calculating values in excel using sumproduct
I've tried sumproduct and i've tried sumif but I think what I need is a combination (or a better understanding of sumproduct)
Here is my data
state | percent
NSW | 0
NSW | 20
VIC | ...
4
votes
2answers
11k views
Countif With Multiple OR Criteria
I need to count the number of cells in a column which contain a specific value. I am currently using the following code:
iVal = Application.WorksheetFunction.COUNTIF(Range("A:A"), "SAL")
However, I ...
1
vote
0answers
108 views
Excel table calculation is sloooow - how to optimize this table
There's a primary table in a worksheet, which is the raw data in which users insert data daily. From that table, we extract necessary data for the purpose of reporting (IE statistics) from that raw ...
0
votes
1answer
2k views
Excel VBA store countifs for multiple or conditions
I am using VBA Countifs to get the count of certain values according to the condition. Now I need either condition to count.
The below code work for count "No Video" rows and Non "No video" rows. ...
0
votes
1answer
242 views
How to embed calculation into COUNTIF function in Excel?
My data looks like below:
A B
1 0
1 0
0 1
0 1
How can I count the number that in the same row column A are greater than column B without adding another column which is the subtracted value ...
1
vote
4answers
2k views
Is there an excel function that returns a range of values based on a condition?
To better illustrate what I am looking for I will give an example. Imagine a spreadsheet with two columns, Priority and Value.
P V
H x
H x
M x
M y
I want to count the number of 'x' in ...
0
votes
1answer
152 views
Excel nested IF's
I have found several sites that talk about work arounds but they all talk about doing some kind of mathematical equation, so this is the nested if's I am trying to fix.
...
2
votes
1answer
230 views
How to compare literals in COUNTIF
Named lists in an excel sheet are referenced from another sheet on the same book.
E.g.
Sheet 2 has the named lists(GRPCNT) contain strings
> 5
5 - 9
10 - 20
> 20
Sheet 1 uses GRPCNT to ...

