How do I make this formula ignore blank cells? I want it to total the percent of YES cells to NO in a range.
=COUNTIFS(CHILDREN(), OR(@cell = "YES", @cell = "No aplica")) / COUNTIFS(CHILDREN(), OR(@cell = "", @cell <> ""))
Hi @Alishia Topper,
Try this:
=COUNTIF(CHILDREN(), "YES") / COUNTIF(CHILDREN(), <> "")
This will count how many children say "Yes" out of all the children that are not blank (or counting the total of both Yes and No). Is that what you're looking for?
Here's some information on COUNTIF and on CHILDREN.
Let me know if this works for you!
Cheers,
Genevieve
Here is a image of the worksheet. The formula I'm referencing is the 0.33333 in the Count column.
This answer worked perfectly and thank you! for providing additional information.
Wonderful!! So glad it worked for you.
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, sort, discussion, discussion/name, tags, breadcrumbs, discussionApiParams, serverDraftID, serverDraft.