I am trying to count a specific series:
Region1 + StatusComplete + Month series
=COUNTIFS({Central HUB – 2019 Range 1}, [Primary Column]@row, {Central HUB – 2019 Range 3}, AND(OR(@cell = "2020-01")), {Central HUB – 2019 Range 3}, AND(OR(@cell = "2020-02")))
Formula only works with 1 Month, once I add the second month, it returns 0.
Any suggestions?
Thank you.