I am working on automation around Dashboards, and I am working on my metrics sheet. I have created this formula, but i keep getting UNPARSED.
I'm trying to take anything with 'AF' and anything that is CLOSED and is the month of July in the creation date.
What do i have wrong in this formula?
=COUNTIFS({Amadeus: TC Known Issues & Limitations Mas Range 1}, HAS(@cell, "AF"), {Amadeus: TC Known Issues & Limitations Mas Range 2}, OR(HAS(@cell, "Closed"), OR(MONTH(Amadeus: TC Known Issues & Limitations Mas Range 3) = 7; "July")))