How do I do a countif with two conditions?
I have this working with one condition.
=countif(DESCENDANTS(page), x => x."f1" = "Product")
But I’d like to do it with two fields rather than just 1.
=countifs(DESCENDANTS(page), x => x."f1" = "Product" AND x."f2" = "TeamA")