🌐
Statology
statology.org › home › google sheets: how to use countif with multiple ranges
Google Sheets: How to Use COUNTIF with Multiple Ranges
January 18, 2022 - Note that in this example we only used the COUNTIFS() function with two cell ranges, but we can use this function with any number of cell ranges that we’d like. How to Use COUNTIF From Another Sheet in Google Sheets How to Use MAXIFS in Google ...
🌐
Google Support
support.google.com › docs › thread › 84063700 › countifs-on-separate-ranges
COUNTIFS On Separate Ranges - Google Docs Editors Community
November 19, 2020 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
Discussions

Countif but with one criteria over multiple ranges?
Array literals. Use braces to combine multiple arrays. They should be the same number of columns ={a1:a, d1:d, m1:m} Use that within your countif More on reddit.com
🌐 r/sheets
2
1
January 20, 2023
Using COUNTIFS with two different ranges.
The issue is two-pronged: the first criterion range is six columns wide and the second is one column wide. The arrays need to have the same width and height, hence the error you're getting. you're essentially trying to create an OR statement with the first criterion, which doesn't work with COUNTIF() and its family of functions Instead you might try something like =COUNTA(FILTER('Game Logs'!C:C,'Game Logs'!C:C="Hnard",(ISNUMBER(SEARCH(U4,'Game Logs'!L:L)))+(ISNUMBER(SEARCH(U4,'Game Logs'!P:P)))+(ISNUMBER(SEARCH(U4,'Game Logs'!T:T)))+(ISNUMBER(SEARCH(U4,'Game Logs'!X:X)))+(ISNUMBER(SEARCH(U4,'Game Logs'!AB:AB))))). More on reddit.com
🌐 r/googlesheets
5
1
November 4, 2023
COUNTIF for multiple ranges issues
For each range in the countifs you have to supply the criteria (aka what you are searching for). Change your formula to: =IF(COUNTIFS(B6:B7,"DH*",E6:E10,"DH*",H6:H31,"DH*"),"✔","✘") More on reddit.com
🌐 r/sheets
14
6
January 5, 2020
arrays - COUNTIF over multiple non contiguous ranges and with one condition in Google sheets - Stack Overflow
There's a google sheet with content like this: | A | B | ------------------------------ 1 | Banana | Brazil | 2 | Banana | Uruguay | 3 | 2022-02-28 by flight... More on stackoverflow.com
🌐 stackoverflow.com
🌐
InfoInspired
infoinspired.com › home › google docs › spreadsheet › countifs with multiple criteria in same range in google sheets
COUNTIFS with Multiple Criteria in Same Range in Google Sheets
2 weeks ago - COUNTIFS(criteria_range1, criterion1, [criteria_range2, …], [criterion2, …]) As per your formula, the cells D1 and D4 are criteria_range1 and criterira_range2. Is that correct? Sharing a sample/mockup sheet will be helpful to understand the issue. Is it possible to multiply the COUNTIF statements for a range of data?
🌐
Google Sheets
sheetsformarketers.com › home › blog › how to use countif with multiple ranges in google sheets
How to Use COUNTIF with Multiple Ranges in Google Sheets - Sheets for Marketers
April 21, 2023 - The COUNTIFS function in Google Sheets is a powerful tool that allows you to count the number of cells in one or more ranges that meet certain criteria. This can be incredibly useful for quickly analyzing your data. For example, given a database of orders, you can use the COUNTIFS function to know how many orders were made on a specific data that is under a certain amount. In this guide, we will show you how to use the COUNTIFS function with multiple ranges in Google Sheets.
🌐
Coupler.io Blog
blog.coupler.io › home › when to use countif or countifs in google sheets: real-life formula examples
COUNTIF vs. COUNTIFS in Google Sheets | Coupler.io Blog
August 5, 2025 - For example, you want to count ... time. To check multiple criteria in the same column range, you need to use ARRAYFORMULA + SUM + COUNTIFS and place your criteria in the curly braces as follows:...
🌐
Google Support
support.google.com › docs › answer › 3256550
COUNTIFS - Google Docs Editors Help
Returns the count of a range depending on multiple criteria. ... criteria_range2, criterion2... - [ OPTIONAL ] - Additional ranges and criteria to check; repeatable. Any additional ranges must contain the same number of rows and columns as criteria_range1. COUNTIF: Returns a conditional count across a range.
🌐
Reddit
reddit.com › r/sheets › countif but with one criteria over multiple ranges?
r/sheets on Reddit: Countif but with one criteria over multiple ranges?
January 20, 2023 -

Is there a way to use a countif function, or a function like it, to check for a certain criteria over multiple ranges? All I can find is using it for one criteria over one range, or multiple criteria over multiple ranges.

🌐
Layer
golayer.io › home › countif & countifs in google sheets: formula & examples
COUNTIF & COUNTIFS in Google Sheets: Formula & Examples | Layer Blog
July 17, 2024 - In Google Sheets, you can use the COUNTIFS function to count cells based on multiple criteria, and each criterion can be applied to a different range. For example, you can count the sales of a specific product with values greater than a particular amount and values within a specific range. Let’s find the number of sales of productA for an amount greater than $500. 1. In an empty cell, type in the COUNTIFS formula.
Find elsewhere
🌐
Reddit
reddit.com › r/googlesheets › using countifs with two different ranges.
r/googlesheets on Reddit: Using COUNTIFS with two different ranges.
November 4, 2023 -

Hello!

I'm trying to make a COUNTIF function that meets two criteria.

The first criteria can appear in 1 of 6 columns while the second criteria can only appear in 1 column.

Every time I write the function, I get an error stating that " Array arguments to COUNTIFS are of different size."

Is there a way to work around this error?

The function I wrote is as follows:

=SUM(COUNTIFS({'Game Logs'!H:H,'Game Logs'!L:L,'Game Logs'!P:P,'Game Logs'!T:T,'Game Logs'!X:X,'Game Logs'!AB:AB},"*"&U4&"*",'Game Logs'!C:C,"Hnard"))

Thanks!

Top answer
1 of 2
1
The issue is two-pronged: the first criterion range is six columns wide and the second is one column wide. The arrays need to have the same width and height, hence the error you're getting. you're essentially trying to create an OR statement with the first criterion, which doesn't work with COUNTIF() and its family of functions Instead you might try something like =COUNTA(FILTER('Game Logs'!C:C,'Game Logs'!C:C="Hnard",(ISNUMBER(SEARCH(U4,'Game Logs'!L:L)))+(ISNUMBER(SEARCH(U4,'Game Logs'!P:P)))+(ISNUMBER(SEARCH(U4,'Game Logs'!T:T)))+(ISNUMBER(SEARCH(U4,'Game Logs'!X:X)))+(ISNUMBER(SEARCH(U4,'Game Logs'!AB:AB))))).
2 of 2
1
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread: Fewer Letters | More Letters | Last usage | Returns the a count of the number of values in a dataset | Last usage | Returns a conditional count across a range | COUNTIFS | Returns the count of a range depending on multiple criteria | Last usage | Returns a filtered version of the source range, returning only rows or columns which meet the specified conditions | Last usage | Returns the first argument if it is not an error value, otherwise returns the second argument if present, or a blank if the second argument is absent | Last usage | Checks whether a value is a number | Last usage | Returns true if any of the provided arguments are logically true, and false if all of the provided arguments are logically false | Last usage | Returns the position at which a string is first found within text | Last usage | Returns string arguments as text NOTE: Decronym for Reddit is no longer supported, and Decronym has moved to Lemmy; requests for support and new installations should be directed to the Contact address below. [Thread #6140 for this sub, first seen 4th Nov 2023, 23:29] [FAQ] [Full list] ^[Contact] [Source code]
🌐
Ablebits
ablebits.com › ablebits blog › google sheets tips › google sheets functions › google spreadsheet countif function with formula examples
Google Spreadsheet COUNTIF function with formula examples
It seems like you want to count the number of cells in the range C14:C44 that meet multiple conditions and then multiply that count by 150. Your formula has a small logical issue because it combines conditions using AND logic, and as a result, it's unlikely that a single cell will meet all those conditions simultaneously. If you want to count cells that meet any of the specified conditions, you should use the OR logic instead. ... We are using a google sheet to check in students.
Published: August 16, 2021
Views: 45
🌐
Softr
softr.io › home › blog › 100 google sheets formulas that actually work: a cheat sheet
100 Google Sheets formulas: The complete list
July 23, 2026 - ... Counts cells in A1:A10 greater than 5. COUNTIFS(criteria_range1, criterion1, [criteria_range2, criterion2, ...]) Counts cells that satisfy multiple conditions across one or more ranges simultaneously, extending COUNTIF beyond a single criterion.
🌐
Reddit
reddit.com › r/sheets › countif for multiple ranges issues
r/sheets on Reddit: COUNTIF for multiple ranges issues
January 5, 2020 -

Hello all!

So I am working on a spreadsheet and am having some issues with my formula.

What I want it to do is check 3 separate ranges (in my case it is B6 to B7, E6 to E10, and H6 to H31), and if the term DH* (any variation) is found in any cell in any of those ranges, it returns a check mark (✔) or if term is not found, it returns a cross mark (✘).

Not working formula I currently have: =IF(COUNTIFS(B6:B7,E6:E10,H6:H31,"DH*"),"✔","✘")

The cell the formula is currently in is K16.

Link to full spreadsheet: https://docs.google.com/spreadsheets/d/1MqGbv-2tt2e-4nZohjNA8ixel3MPlkDKdutKBgrLmBk/edit?usp=sharing

Thanks so much in advance, I've been wracking my brain with this for a while and am not sure if if/countif is the correct function.

🌐
Ben Collins
benlcollins.com › home › google sheets countifs function
Google Sheets COUNTIFS Function -
February 25, 2022 - Learn how to use the COUNTIFS function in Google Sheets to perform multi-condition counts across ranges of data in your Google Sheets.
🌐
OfficeWheel
officewheel.com › home › google sheets › countif multiple criteria in google sheets (3 ways)
COUNTIF Multiple Criteria in Google Sheets (3 Ways) - OfficeWheel
January 10, 2022 - We will again apply the COUNTIFS equivalent formula (=COUNTIFS(E3:E12,">"&100,C3:C12,"North") in a SUMPRODUCT version: ... We hope that we were able to make to grasp the fundamentals and the different processes through which you can COUNTIF for multiple criteria in Google Sheets.
🌐
Arab Psychology
scales.arabpsychology.com › home › how can i use countif with multiple ranges in google sheets?
How Can I Use COUNTIF With Multiple Ranges In Google Sheets?
April 27, 2024 - The COUNTIF function in Google ... order to use this function with multiple ranges, users can simply separate each range with a comma within the formula. This will count the cells that meet ......
🌐
Google Support
support.google.com › docs › thread › 217822178 › count-if-with-multiple-ranges-same-criterion
Count If with multiple ranges, same criterion - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
🌐
Smartsheet Community
community.smartsheet.com › home › get help › formulas and functions
COUNTIFS with multiple criteria in same range and different ranges - Smartsheet Community
December 18, 2023 - @Paul Newcome, would you be able to help me with a COUNTIFS formula that contains multiple criteria within the same range and within different ranges? This count works with multiple criteria and multiple ranges, but now I need to add another criterion ("insect") within the same Metrics Range 3. =COUNTIFS({Metrics Range 3},…
🌐
FormulasHQ
formulashq.com › home › blog › how do i use countif with two criteria in google sheets?
How do I use CountIF with two criteria in Google Sheets? — FormulasHQ
May 21, 2024 - Start by selecting the cell where you want the result to appear. Then, type the Countif formula, with the range you want to search and the criteria you want to test against, separated by commas.
🌐
Google Support
support.google.com › docs › thread › 226385501 › countif-function-for-multiple-ranges-that-are-in-different-rows
Countif function for multiple ranges that are in different rows. - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on