I am using the countif function: {{=COUNTIF(DESCENDANTS(page),CONTAINS(THIS."model", "xxx"))}} to count the objects on the current page according to the data field “model”. I’d like to put this in a table that has columns to count the objects on multiple pages. For example, one column for corporate, one for engineering, and one for manufacturing (page names).
Is it possible to use the countif function to reference objects on another page in the same file?