Forum Discussion
dsmith57405740
Mar 27, 2024Copper Contributor
Combining COUNTIF and AND functions
Is it possible to use AND with a COUNTIF function? I have a table of data and I want to count the number of occasions
- mathetesSilver Contributor
Assuming you're still interested in the question you started to ask, there are definitely ways to get a count of rows that meet multiple conditions. If not through COUNTIF and AND, then through COUNT and FILTER, using FILTER to recognize the meeting of the several criteria.