COUNTIFS using multiple named ranges in the criteria
Hi Guys,
Given [=SUM(COUNTIF(B4:B12, {"Daily", "Weekly"})]
If you wanted to replace "Daily" and "Weekly" with named ranges that contained the same values, would this be possible... i.e.
Given [=SUM(COUNTIF(B4:B12, {namedrange1, namedrange2})]
Many thanks
|