Hi,
Refer to below, trying to get total sum of certain items.
Scenario : Sum numbers from the column, Color, if the column, Fruit is "Apple".
I tried below, but returning error. Please help.
=SUMIFS([color]99:[color]104), fruit99:fruit104, "Apple")
Hi Jean Kim,
You have a Parenthesis to many, and you don't need to use Square Brackets.
Square Brackets are only needed when the column name includes a number, space, or a special character.
Try something like this.
=SUMIFS(color99:color104, Fruit99:Fruit104, "Apple")
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
@Jean Kim
Yes,
=SUMIFS(CHILDREN(color99), CHILDREN(Fruit99), "Apple")
or
=SUMIFS(CHILDREN(color@row), CHILDREN(Fruit@row), "Apple")
Did it work?
ahhh. it works! thanks heaps!
Bumping up.
Is there a way to achieve the same using "children". Range will always be under the children level.
Instead of specifying row numbers, can we have a formula that covers all rows under children level?
So i dont have to worry about adding new rows.
Excellent!
Happy to help!
Genius!
This works!
The other one didn't work. But I can use above.
Thanks again~~~
You're more than welcome!
Actually This also works.
99 should be the specific parent row number. =D
Yes, both should work.
If possible I prefer the @row because you don't need to think about the row numbers and it takes less processing when something changes.
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.