I’m trying to create a badge that shows the number of times the shape’s text occurs throughout the page. The shape text is coming from column A of a linked data set.
This is what I’m trying to use: =COUNTIF(CHILDREN(PAGE)."A",THIS."A")
But it just returns a 0. If I type out the shape’s text long-hand like this I get the count I want: =COUNTIF(CHILDREN(PAGE)."A",THIS="Exact text of column A")
How can I get it to count for me without typing long-hand values for every shape?