Answer the question
In order to leave comments, you need to log in
How to calculate the number of applications per month?
There is a table:
https://docs.google.com/spreadsheets/d/1XtZMDJ5DUc...
How to count the number of applications made in November and December?
I tried to use COUNTIF, but you need to specify the exact value of the cell there.
Please tell me how to solve this problem?
Answer the question
In order to leave comments, you need to log in
=счётз(filter( a:a ; c:c >= ссылка_на_дату_от ; c:c < ссылка_на_дату_до ))
=СЧЁТЗ(filter(C2:C;C2:C>=ДАТА(2020;11;1);C2:C<ДАТА(2020;12;1)))
If the idea is on the move, then in countif do not pass the entire cell, but 4 and 5 characters, this will be a month.
In general, for such cases, they make a pivot table. Everything you need is there
The criterion can be a number, expression, cell reference, text, or formula;
=COUNTIF(..., "??.11.20") + COUNTIF(...,"??.12.20")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question