I have found other threads for this, and tried this formula
=COUNTIFS(DESCENDANTS(), 1)
However, I get error #BOOLEAN EXPECTED
I have parent rows and grandparent that I would like to calculate
Hi @Randy Van Winkle ,
The column you place this formula in needs to be formated as text/number to prevent the error. Looks like it's probably a checkbox.
Move it to another row and use =COUNTIF(Descendants([original name]@row),1) where [original name] is the column name you want counted.
Help?
Mark
Hi Mark, Thanks for answering. Unfortunately i have almost a hundred columns so that would be a bit cumbersome. I found another workaround in using +'' after the formula. However that prevents the "number" from being used in a chart on dashboard.
Don't know if it works for you but if you change the column from checkbox to symbol and use a symbol other than Flag or Star the formula will return a number.
Good luck,
I had the same issue with the checkbox returning a Boolean Error. I changed the checkbox to a symbol and the error went away.
Hi @Geoff Baker
I hope you're well and safe!
Another option would be to add +"" at the end of the formula.
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
I am counting uncheked boxes. This formula worked for me: =COUNTIFS(DESCENDANTS([shipment delivered]@row), 0)
ref must be one of: categoryID, siteSectionID, category, category/categoryID, category/name, category/description, category/url, category/allowedDiscussionTypes, locale, siteSection, siteSection/basePath, siteSection/contentLocale, siteSection/sectionGroup, siteSection/sectionID, siteSection/name, siteSection/description, siteSection/apps, siteSection/attributes, layoutViewType, discussionID, commentID, page, latest, sort, sortType, lookupSort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.