I have 2 formulas that are working stand alone…
=COUNTIF($G$2:$G$1000,V9) Returns 3
=COUNTIF($H$2:$H$1000,“Sent”) Returns 10
But There is only 1 cell that meets both of those requirements. Any Idea on how to combine them?
=COUNTIF($G$2:$G$1000,V9,$H$2:$H$1000,“Sent To ABC”) returns Err 504…