Hi,
I'm trying to count the number of rows within a specific date range and can't make this formula work:
=COUNTIFS({Date to Deactivate}@row, {Date to Deactivate}@cell >= DATE(2022,04,01), @cell <= DATE(2022,04,30))
Thanks for your help!
Try these adjustments...
=COUNTIFS({Date to Deactivate}, AND(@cell >= DATE(2022,04,01), @cell <= DATE(2022,04,30))
Hi @deb_63_hydracor,
I assume you're capturing the total in a sheet summary field or in a different column. Give this a try:
=COUNTIFS([Date To Deactivate]:[Date To Deactivate], AND(@cell >= DATE(2022, 4, 1), @cell <= DATE(2022, 4, 30)))
I just tried it in a test sheet I created and appears to be working:
I hope that helps!
Thanks Paul!
Thanks Sing!
Happy to help. 👍️
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.