Trying to Count how many times a specific date populates

I am trying to count how many times each of of the dates in 'Clean Up Date' populate so I can set up a notification to deactivate the form that feeds into this sheet after 8 people sign up for each date. I've tried typing in CountIF formulas referencing similar questions asked in the past but nothing is working. I even tried to see if I could count the colors and that doesn't seem to be an option either.

The 'Count' column is a helper column I'd like to put the formulas into to count off to the side.

Best Answer

  • Bassam Khalil
    Bassam Khalil ✭✭✭✭✭✭
    edited 07/06/21 Answer ✓

    @Rachel Rudd 

    please check the following for your "Clean Up Date" column type:

    if you select Date type for this column then the user will select the Date in correct format from the form, after that you can use the following formula to count for example for ( 12-Aug-2021 )

    =COUNTIFS([Clean Up Date]:[Clean Up Date], DATE(2021, 8, 12))

    PMP Certified

    bassam.khalil2009@gmail.com

    ☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!