The tutorial explains how to use COUNTIFS and COUNTIF formulas with multiple criteria in Excel. You will find a number of examples for different data types – numbers, dates, text, wildcard characters, non-blank cells and more. Continue reading
by Svetlana Cheusheva, updated on
The tutorial explains how to use COUNTIFS and COUNTIF formulas with multiple criteria in Excel. You will find a number of examples for different data types – numbers, dates, text, wildcard characters, non-blank cells and more. Continue reading
Comments page 33. Total comments: 2055
I previously submitted a question on tallying X's in random cells and gave a display of what I had input. I realized that I hadn't continue to put COuNTIF however, even once I did, I was still getting an error. The cells are not contiguous and contain an x. I am trying to find a way of tallying individual cells across a row that are not within a range.
Any help is appreciated.
Hi...I am a trying use Countifs with multiple criteria for dates, but am having difficulty. Here's the scenario:
C3=07/01/16 - Format is Date
D3=07/31/16 - Format is Date
Formula:
=COUNTIFS(Assigned,$A6,OpenedAt,">=&C3", OpenedAt, "=&C3" I get a total, but when I add the second criteria, it calculates to zero...and yes there are items that are greater than 07/01/16.
Thanks for any help you can give.
I have three columns that I need to sort data on but I just cant get it right.
I need to count the number of occurrence's if it meets criteria in three different columns.
Thanks so much,
I have different numbers spread across rows and columns. The numbers have different values, of which some are unique and some reoccurring. I need the numbers and the count(occurance) of each numbers.
Can you help me please.
Good Morning,
I am trying to create a formula that will count all of the "1"'s in a particular column but some of the cells have more than one number separated by commas. I have attempted to count this data using the formula: =COUNTIF('Part 1 Imput'!A7:A700,"*1*")+('Part 1 Imput'!A7:A700,"1"). I unfortunately am getting an error. Can you please help me find my error or am I thinking about this wrong?
Thank you
Hi,
Please could you let me know how I could make the following formula work:
=COUNTIFS('Raw Data'!C:C,"="&Summary!$D$4,'Raw Data'!E:E,""&Summary!B10,'Raw Data'!H:H,"")
I think the last criteria is overwriting the third criteria so I just get 0. Is there a way that I can add an OR statement into the formula?
Many Thanks
I have a list of Call Agents and the times that they logged into their phone and log out of their phone, and I would like to create a listing of how many Call Agents are staffed by the half hour from 08:00 to 20:00
What I have
(10 Agents)
Log in - E2=09:27
Log out - F2 = 16:00
Agent 2 E3 and F3
Agent 3 E4 and F4
What I want
08:00 - 08:30 X number agents available
08:30 - 09:00 X number of agents available
""
""
""
19:30 - 20:00 X number of agents available
Dear,
Could you please send me e-mail, i really need your help.
Thank you.
Best regards,
Nermana Čubro
Amazing. COUNTIFS was exactly what I was looking for. Worked perfect and pretty straight forward function to use.
Thanks a lot!!
I want to first check to see if certain text exists in a cell, if it does exist, then I want to do a calculation on 2 other cells.Right now I'm checking for the ext and assigning that a value of 1 in one cell, then in another cell (example cell a3 now =1), if the 1 exists then calculation a5-a4 (example)
Hi,
I'm trying to create a formula which predicts a date in the future. If column A has the 'F' in the date will be 30 days in the future, if it has 'D' then 90 days, if 'E' then 180 days. However I want it to be calculated from the last date entered in four cells. example
A=F B=01/01/17 C=02/02/17 d=02/03/17 E='Blank' F=30 days from D
or A=E B=01/01/17 C=02/02/17 d='Blank' E='Blank' F=180 days from C
Hi
Im trying to create a formula to lookup if all cells between a date range all equal "Yes" I have the formula below to count the cells between the date ranges just wondering how to modify this to see if all cells contain "Yes"
=SUMIFS($B6:$BA6,$B$5:$BA$5,">="&$BE$3,$B$5:$BA$5,"<="&$BE$4)
I am looking for a formula to help with headcounts on days of the week and between certain times.
I have 2 columns, one for days of the week and one for the time visited. I am looking to gather the information in a chart at the end of each month/qtr to look for the visit trends.
Example:
Mon 6pm
Mon 1145am
Tue 1pm
Wed 9am
Wed 8pm
Thu 945am
Thu 1215pm
Fri 10am
Sat 236pm
Sat 1130pm
Sun 4pm
Sun 6pm
And so on for a month. I need a count of all the Mon visits between 10a-1259pm, 1pm-359pm,4p-659pm, 7pm-959pm,10p-1259am and 1am-559am.
Any help would be appreciated!
hello, admin I've been following your tutorials since a month now could you help me on my problem please?, I want to count the number of minutes late of our employees, our official time is 7:00:00 AM, but i am looking everywhere for this formula but I couldn't find anywhere until I found this article of yours. I Think this is related on my problem.
Advance,
J.V.
In C column you MUST format cells CUSTOM... with h:mm:ss OR just mm:ss etc.
You can enter into cell D2 the value 7:00:00 AM.
In column A you have names
In column B times arivee :)
Your "table" have headers in A1, B1, C1...
In C column insert the formula below:
=IF(B2>$D$2,B2-$D$2,"")
Send me a sample please.
remindfwd[at]gmail[dot]com
replace "[AT]" and "[DOT]" with respective signs.
Perhaps you can use TIMEVALUE formula, but you haven't share any info in the comment.
Regards!
need help of the formula below
LOB NAME STATUS
AGL Apollo
AGL Jose Done
AGL Jane Done
SPT Anthony Done
SPT Gayna
SPT Eugene
SPT Florencio Done
=if(a:a=agl,count(c:c,"done"),"")
Assume that your table begin with A2....an so.
=IF($A$2:A8="AGL",COUNTIF($C$2:C8,"Done"),"").
A8/C8 is the last cell with value in the table. so you can change as you want.
OR this: =IF(A:A="AGL",COUNTIF(C:C,"Done"),"")
Was COUNTIF the formula you has to use.
I need a formula for tracking the amount of time spent working on tasks for a specific group. Its a rather large spreadsheet
Column K - either contains the letter Y or it's left blank. Y denotes it's for that specific group i now need to track
Column M - is the total amount of time spent on ALL groups tasks. Some are for future dates so the time value is 0.
so i need the sum of column M IF column K is Y.
are countifs my best option?
THANKS
Depends.
If you want to count just a row when Y is present, try this:
=IF(AND(K2="Y",M2>0),M2,"")
Please let me know if was helpful.
I have a problem that asks to count the number of
area codes in and state that is not 501,402,203. Lets say the state is NY (New York)
can I use the countifs?
this is what I did but I get a no value
=COUNTIFS(HOTEL_ST,"NY",Area Code,"501","","402,"","203")
Send me a sample please.
remind[at]gmail[dot]com
Your formula should work if you make small changes:
=COUNTIFS("HOTEL_ST","NY","Area Code","501","","402,"","203","")
explained very well, can understand very easily. thanks for the sharing and i appreciate your efforts,all the best .
I have been trying to use a countifs statement with dates and it does keeps giving me an error about it not reconizing it as a formula. I have a flat file of work request that have a requested date and a completion date, or blank for the completion date. I am trying to find at any given time how many were not completed that were requested, so the total open request. I used the following formula, request dates are in column B, and Completed is in C
=Countifs(B:B,=B1)
Any help would be greatly appreciated
Send me a sample> remindfwd[at]gmail[dot]com
Please send a link with your excel file (you have to upload it first anywhere you can).
=countifs(B:B,B1) is the real formula I am trying to use
Hi There,
I have the excel data that has the following information;
1. Name of the sales representative.
2. Name of the customer.
3. Status Code of the outlets i.e.(Active, New & Pending).
I would want to summarize the information for each sales representative by
- How many outlets have been assigned to him?
- How many are active?
- How many are new?
- How many are pending?
Which excel formula do you advice me to use?
Thanks - Sylvester.
Make n columns (number of customers...if it is possible) after column STATUS. Make another 3 columns with Active, New, Pending labels.
Every column has a formula:
=COUNTIF(B2,"NAME1")
=COUNTIF(B2,"NAME2")
=COUNTIF(B2,"NAME3")
...........
=COUNTIF(C2,"Active")
=COUNTIF(C2,"New")
=COUNTIF(C2,"Pending")
At base of columns insert SUM function.
Ok I can't seem to get a formula to count what I need. Anyone have any ideas?
Basically if the value in column E is 1 and the time in Column C is greater than 16:00 and less than 04:00 it would count
Try this.
=IF(AND(E2=1,OR(F2>=TIMEVALUE("04:00:00 PM"),F2<=TIMEVALUE("04:00:00 AM"))),1,0)
OR this :)
=COUNTIF(E2:F2,IF(AND(E2=1,OR(F2>=TIMEVALUE("04:00:00 PM"),F2<=TIMEVALUE("04:00:00 AM"))),1,""))
Hi. I have a need to count items in one column and multiply the qty from a different column. Example:
In column A: (Labeled display)
Sharp 70" Display
NEC 60" Display
Sharp 70" Display
Sharp 70" Display
NEC 60" Display
NEC 60" Display
In column B: (Labeled qty)
1
1
2
2
1
1
What I am trying to do is identify each unique item in column A and multiply it by the quantity that is listed next to it in column B
Not sure what formula to use
REPLACE " sign with ' sign (or other you want)
Make a column near "qty" column. Label "SHARP"
Insert formula =IF(A2="Sharp 70' Display",B2,"")
Make a column near "SHARP" column. Label "NEC"
Insert formula =IF(A2="NEC 60' Display",B2,"")
Make SUM at each column SHARP and NEC.
That is?
How to use Excel COUNTIFS and COUNTIF with multiple criteria on different locations in LAN network
Hi,
i am not able to count using conditions on Different locations, Two files are located on LAN But CountIFS giving ERROR As # Value!
Please Suggest.
Please be more specific. This are no sense.
Expedited Status
Y Approved
N Approved
Y Denied
Y Pended
N Other
N Pended
Y Referred
Y Approved
Y Denied
Count all instances where Expedited is Y and Approved, Denied, or Pended.
I can't figure out a way to do this with out doing a Countifs 3 times. Can you help?
Hello!
Try this:
Make a suplimentary column near column Status.
Use formula in each row (table is starting in A1 cell :) ):
=IF(AND(A2="Y",OR(B2="Approved",B2="Pended",B2="Denied")),1,"")
After that make SUM of column 3 (suplimentary): =SUM(C2:C10)
That is all you need!
It is helpful?
Hi,
Do you know any possibility to format range condidtion in e.g.: countif
following data are given
A1: 001
A2: 002
I'd linke to search for everything less than 2
but countif(value(A1:A2),"<=2") does not work
Any hint would be appreciated highly
Is your data stored as text?
Change to number format.
I have cell data like
(A ) (B)
44201612:33 L
442016 23:33 T
442016 17:33 D
552017 12:33 W
332016 01:33 E
And i have to count only 4-4-2016 date (T)data not with time pls any help thanks in advance
I have cell data like
(A ) (B)
4-4-201612:33 L
4-4-2016 23:33 T
4-4-2016 17:33 D
5-5-2017 12:33 W
3-3-2016 01:33 E
And i have to count only 4-4-2016 date (T)data not with time pls any help thanks in advance
how do I create a formula were age is compared to a range of potential age data which in turn provides a percentage outcome to apply?
age +range =%
=30 =40 =50 59 8.50% 14.500%
Hey!
Can I put multiple criteria for the same range or same criteria on multiple ranges/columns while applying Countifs?
Could you please help me with below problem with multiple criteria:
designation: supervisor, assistant, technician, helper
rating : a, b, c
want to calculate how many (supervisor+ technician) got A & B Rating
and how many got "C" rating.
Regards
Hi,
Could you please tell me how to give multiple conditions
student_no sub1 sub2 sub3
1 p p f
2 p ab f
for this scenario if i want to get details of the no. of subjects failed( which should include absent if any)of each student,
ie for student 2 i should get output as no. of subjects failed = 2, how should i give the condition
i have column A of different gender and in the next column i have their grades and i have to find out that how many boys and man from column A has "a" grade
I would like to set up a formula that looks at a table that includes a column with dates and another column with some binning codes (1a, 1b, 1c, etc). The formual needs to look at the table and count the number of items with the specific text (1a, 1b, 1c, etc) and is between specific dates included in the other column. im not sure which function to use.
I have 2 columns, Unit Type and Status.
In Unit Type its its 1BR and 2BR, In Status its Leased or Blank.
How can i know by function how many 1BR is leased and how many 2BR is Leased.
Unit Type Counts
1BR
2BR
My Dear Svetlana,
Really impressed with your solutions.
I have also one problem. I m having 19.69,19.690,19.691 type series (Text format) in a column of excel and using count if function to calculate the occurrence of 16.69, But it is also including 16.690 in results. whereas i want sepearte figures for 16.690 & 16.69.
Waiting for a solution from you
Hi!
I’m trying to figure out the formula to calculate the following: I want to know how many customers that have made X number of purchases between date Y and Z?
For example: How many customers have made a TWO purchases between 01/04/16 and 01/13/16?
(List of purchases)
A B
1 Date Customer
2 01/02/16 Jack
3 01/04/16 Alice
4 01/05/16 Sam
5 01/07/16 Alice
6 01/09/16 Jack
7 01/13/16 Sam
8 01/17/16 Laura
Many thanks in advance!
/Rickard
Hi!
I am a teacher trying to create a spreadsheet for our grade level. I am trying to count the number of correct answers on a test. Because I want it to be the easiest way for teachers to enter data, I'd like to keep it within the order of the questions (Ex 1-14), however, not all of the questions need to be counted. We are separating them according to "must know" and "extended thinking" type questions. Therefore, there is not always a contiguous range and sometimes it will be a single column. Example Must knows - 1, 4-9, 11, 13, and the extended thinking would be 2,3,10, and 14. There would be separate totals kept for each. Is this at all possible to do with the Countif formula? Thank you!
Is it possible to do a COUNTIF for different date formats? For my work, we indicate contact attempts with the date format of mm/dd/yy and indicate that way made contact with the date format of mm/dd/yyyy. After the initial contact/attempt we use commas and only the mm/dd of the contact/attempt ( We need to track the number of customers we've attempted to contact and the number of customers in which we have actually made contact with. Any formula recommendations?
how can I do this by using formula?
1 1 AHMEDABAD
2 2 AJMER
4 3 BANGALORE
5 4 BARWALA
6 5 BHOPAL
7 6 CHENNAI
8 7 DELHI
11 8 HOSPET
12 9 HYDERABAD
13 10 INDORE
14 11 JABALPUR
15 12 KOLKATA
19 13 MUMBAI
20 14 MYSORE
22 15 NAMAKKAL
24 16 PUNE
25 17 PUNJAB
26 18 RAIPUR
27 19 VIJAYWADA
29 20 WARANGAL
1 AHMEDABAD
2 AJMER
4 BANGALORE
5 BARWALA
6 BHOPAL
7 CHENNAI
8 DELHI
11 HOSPET
12 HYDERABAD
13 INDORE
14 JABALPUR
15 KOLKATA
19 MUMBAI
20 MYSORE
22 NAMAKKAL
24 PUNE
25 PUNJAB
26 RAIPUR
27 VIJAYWADA
29 WARANGAL
Can anyone help me with the above for a formula?
If a cell A contains a number greater than “0” return “red” (this needs to be the primary), if cell B contains a number greater than “0” return Amber (my secondary), or, both cells equal “0” return “Green”
Will Anyone help me to solve this issue.
i want to count specific month and year with two different criteria ("On Work" & "Suspend")
Date Employee Status
28-11-2016 on Work
26-11-2016 suspend
26-11-2016 on work
22-08-2016 on work
27-08-2016 suspend
05-05-2016 Stop work
05-05-2016 Stop work
19-11-2016
Hi
I have this very simple countifs formula and just want to DO an isblank function on the 2nd criteria_range when date isblank in that range.
Sometimes a data in the column range G$2:G$18 is blank and want to replace with Today(). How to I do an isblank on that Range.
eg: if(isblank(G$2:G$18),today(),G$2:G$18)
=COUNTIFS(A$2:A$18,A2,G$2:G$18,"<30/08/2008")
John
Hi, I am not sure which function to use for the following criteria:
Say i have a"closing date" not in order, in column A and corresponding "outcome" in column B. Outcome can be "sold", "refused", "reserved". How to display in the month of November how many "sold", "reserved" and "refused" in different rows. I am not sure how to use the COUNTIF function with a date range and corresponding values in the adjacent column. Please help, Thank you.
It is a misnomer in this article to call the formula a COUNTIF function with OR - as you are adding duplicate values (this should be called AND).
I am working on a dataset and would like to identify patients who had any assisted reproductive technology to become pregnant.
Patients selected yes or no to whether they had surgery, IVF, or prescription medications (in 3 columns). I do not want to count someone who had IVF and prescription meds, for example, as two values. The only way I know how to do this is with a helper column - is there another way?
Thanks!
Hello Jenny,
Excel's COUNTIFS function counts only those cells that meet all of the specified criteria. We call it AND logic, because it is how Excel's AND function works.
If you want to count cells what meet at least one of the specified criteria (any of the specified criteria), add 2 or more COUNTIF functions. We call it OR logic, because Excel's OR function works this way.
As for your task, please be a bit more specific - describe what columns contain what values and what exactly cells you want to count.
Hello I am trying to figure out how to use OR logic with the following formula. I need it to give me a value of 1 if one of the 3 countifs is true.
=COUNTIFS(Table13[CDI],"*110*",Table13[START 1],""&TODAY())
+ COUNTIFS(Table13[CDI],"*110*",Table13[START 2],""&TODAY())
+ COUNTIFS(Table13[CDI],"*110*",Table13[START 3],""&TODAY())
Hi,
I'm currently struggling with making a formula a little more...straight forward and less contrived. I'm currently using this setup:
=COUNTIFS([rangeA], ""&"", [rangeB], =A1, [rangeC], "*entryA*", [rangeC], "*entryB*", [rangeC], "*entryC*", etc.)
The question is this: is there an easier way to exclude multiple entries from the same range?
Thank you.
Hi Svetlana
Would it be possible to use the COUNTIFS function to match two criteria (date and value) and return the date:
For e.g Column G has Bank Codes (up to 3 codes for Bank accounts), Column Q is the date column for which entries appear in the bank account. Column R where formula should be inserted will locate and filter the dates for each bank account so that there's inly one date entry for each bank account
Bank Code(G) Cashbook balance date(Q) Helper(R)
B1 01/04/2016
B1 01/04/2016 01/04/2016
B2 01/04/2016 01/04/2016
B2 03/04/2016 03/04/2016
At the moment, I am using this formula in Column R:
IF(COUNTIF(G$5:G$1048576,[@[Bank Code]]),IF(COUNTIF($Q$5:$Q$1048576,Q5)=COUNTIF($Q$5:Q5,Q5),Q5,""),"")
but it only returns unique dates without considering that there are multiple bank codes.
I would appreciate any help from you.
Thank you.
hi , i want to count Column B text value if Column C have pass value in front of column B's value .
Column B | Column C
------------------------------|
text | pass |
--------------|---------------|
newtext | sent |
------------------------------|