Custom Formula and combining 2 statements
I'm trying to create a custom formula to count the 'rectangle' objects that are Purple #9D99EC.
The page Insights "SHAPE" formula is showing as
=countif((descendants(page) x => itemtype(x) = 'Block')
I'm not sure how to combine the ISCOLOR and the below is giving me an error
=countif((descendants(page) x => itemtype(x) = 'Block') AND(ISCOLOR"#9D99EC"true))