Im tying to count the amount of RLO's between the dates below and am not sure why its an #incorrectargument ?
=COUNTIF([RLO Receive Date]:[RLO Receive Date], >= DATE(2024,01,01) <= DATE( 2024,4,1)))
Anyone help me with the syntax here?
You need a COUNTIFS and a range for each criteria. That range can be the same for both criteria sets, but you do still need a range for every criteria.
=COUNTIFS(range 1, criteria 1, range 2, criteria 2)
You have one too many closing parenthesis on the end.
@Paul Newcome I tried this but its still not parsing:
=COUNTIFS([RLO Receive Date]:[RLO Receive Date], >= DATE(2024,01,01), [RLO Receive Date]:[RLO Receive Date],<= DATE( 2024,4,1)))
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.