I need the formula for the following
Sum of ($ value column, in another sheet), if value of another column = jan (which is a date column in same sheet as the value)
This will forumla will be in another sheet.
Hi @Glen Fludder
I hope you're well and safe!
Try something like this.
=SUMIFS({$ Column in other sheet}, {Date Column in other sheet}, MONTH(@cell) = 1)
Did that work/help?
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 support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
@Paul Newcome please help :)
@Glen Fludder Give this a try:
=SUMIFS({Range To Sum}, {Date Range}, IFERROR(MONTH(@cell), 0) = 1)
And if you also need to account for multiple years within the source sheet:
=SUMIFS({Range To Sum}, {Date Range}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2023))
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.