Hello, my current formula only counts what month a row was submitted but not the year. How can I get the formula to also count the row if it happened in January of the current year?
=COUNTIF({Date Submitted}, IFERROR(MONTH(@cell), 0) = 1)
=COUNTIFS([Date Submitted]:[Date Submitted], IFERROR(MONTH(@cell), 0) = 1, [Date Submitted]:[Date Submitted], IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))
@Mallory M.
=COUNTIFS({Date Submitted}, ISDATE(@cell), {Date Submitted}, YEAR(@cell) = YEAR(TODAY()), {Date Submitted}, MONTH(@cell) = 1)
@Carson Thank 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.