nnflstpCopper ContributorOct 13, 2022Countifs Based on Different Criteria Troubles Need some help please! Trying to count data points based on two different sets of criteria and struggling. Example: I need to count the total of Types that equal "Best" and where the End Date is ...Show More
OliverScheurichGold Contributornnflstp =COUNTIFS($A$2:$A$5,"Best",$B$2:$B$5,"<="&TODAY()+30)You can try this formula.