Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Countif todays date and by someone

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

Best Answers

  • ✭✭✭✭✭✭
    Answer ✓

    Hi @Kate Arrold ,

    =COUNTIFS({Store}, $Name6, {Created}, TODAY()) should do it.

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

  • ✭✭✭✭✭✭
    edited 12/15/20 Answer ✓

    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?

    Mark


    I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions