I can not get this simple formula to work:
=SUMIFS([Grade K: RGR Countdown Student Workbook]:[RGR Countdown Student Workbook]):(If[School/Location: "Amity Creek"])
When I click on the Columns, I get errors - how do I state everything in the column?
Couple of things:
=SUMIF([School/Location]:[School/Location], "Amity Creek",[Grade K: RGR Countdown Student Workbook]:[Grade K: RGR Countdown Student Workbook])
It actually is ok to have a / or : in your column names. As long as you wrap that column name with [] in your formula then all is good.
Ex.
[ My Column: Best] is good. ie =COUNT( [My Column: Best]:[My Column: Best])
[ My Column / Best] is good. ie = COUNT( [My Column / Best]:[My Column / Best])
[ My Column] /Best doesn't work. ie = COUNT( [My Column]/Best:[My Column]/Best) ← #UNPARSEABLE
My Column: Best doesn't work. ie =COUNT( My Column:Best:My Column:Best) ← #UNPARSEABLE
AMAZING! Thank you!!! I owe you a coffee!
Thank you! Also, a coworker advised me to remove all : and / that were apart of my column headers…
Hi - Now I am trying to reference the same information into another sheet:
=SUMIFS({School}:{School}, "Amity Creek",{Grade K RGR Countdown Student Workbook}:{Grade K RGR Countdown Student Workbook})
I am getting an UNPARC error…I know it has to do with the brackets?
when you reference another sheet then the cross sheet reference means the whole column, so you don’t have to put it twice like in-sheet references.
Also, if you look at the SUMIFS pop up you’ll see that it’s actually range, criteria range, criteria… so the arguments you provided don’t work in that order. Since you only have 1 criteria you can use SUMIF instead
=SUMIF({School}, "Amity Creek",{Grade K RGR Countdown Student Workbook})
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.