Forum Discussion
CountIFS For Linked workbook
What values are in $D$2:$D$13 and $E$2:$E$13? Can you display an image showing those, blocking out the other fields?
Is it possible that the mismatch is between the data in those columns and the criteria in the formula?
mathetes Sure 🙂 here is the data.
I verified a couple of times to see if there were something mistyped, but couldn't locate any error on the file 😞
- mathetesDec 26, 2022Silver Contributor
Nothing pops out at me.
I did wonder if you've tried plain COUNTIF (with out the "S" on the end).
Also I'm wondering whether you have a new enough version of Excel for the FILTER function to work? It requires 2021 or newer, or the Microsoft 365 subscription.
FILTER can work with multiple criteria and can be nested within a COUNT or COUNTA formula. Here's a YouTube video that introduces FILTER and some other dynamic array functions.
- NicolleNeiraDec 26, 2022Copper ContributorThanks for the guidance and advices, just wondering if COUNTIF will provide the results I need, since I'm adding two different criteria!
Thank you- mathetesDec 26, 2022Silver ContributorThat's why I suggested the COUNT(FILTER) combination as ideal