View Single Post
  #1   Report Post  
u828576 u828576 is offline
Junior Member
 
Posts: 2
Default 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