I want to count how many times someone completes a form today
I was able to count if yesterdays date with:
=COUNTIFS({Store}, $Name6, {Created}, TODAY() - 1)
but can't find a way to calculate todays entries
Hi @Kate Arrold ,
=COUNTIFS({Store}, $Name6, {Created}, TODAY()) should do it.
Mark
Try creating a helper date column [Date Created] and input the column formula =DATEONLY([created]@row)
I assume you're using a system column Created. If not change the formula accordingly. The Created column includes a time stamp. The DATEONLY function removes the time and retains just the date. Use the helper [Date Created] column for your COUNTIFS range.
Work?
Hi @Mark Cronk
I thought it was correct but my formula is still showing 0
I think it might not be refreshing and pulling the data through properly
I am trying the above out now but would there be a reason when I use this function that it has a slightly different date
Interesting. I haven't encountered that. Time zone issue? Just a guess. DATEONLY() should just remove the time.
Here's an article with a solution. Known issue:
https://community.smartsheet.com/discussion/70719/why-is-dateonly-returning-the-wrong-date
@Mark Cronk allow me to tag onto this discussion. How could I capture "earlier than TODAY?
=COUNTIFS({DAX Ambient Inventory Actual Install Date}, ISDATE(@cell), {DAX Ambient Inventory Actual Install Date}, TODAY())
Where and how would I enter <?
Thanks so much for your assistance. Best regards, Barbara
Hi @Barbara Witt ,
=COUNTIFS({DAX Ambient Inventory Actual Install Date}, ISDATE(@cell), {DAX Ambient Inventory Actual Install Date}, <TODAY()) should do it.
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.