COUNT(COLLECT) Status and Dates

Options

Hi Super Guru's,

Could I kindly ask assistnace on where my formula is incorrect. Getting #UNPARSABLE error

=COUNT(COLLECT(Status:Status, ="Complete"),[Finish Date]:[Finish Date], >=DATE(2024, 1, 1), [Finish Date]:[Finish Date], <=DATE(2024, 12, 31)))


Nick Blocker - Analytics Adventurer

Tags:

Best Answer

  • Razetto
    Razetto ✭✭✭✭✭✭
    Answer ✓
    Options

    @NickBlocker Hi, I would use a countifs instead of a count and collect. Try something like this:

    =COUNTIFS([Finish Date]:[Finish Date], AND(@cell >= DATE(2024, 1, 1), @cell <= DATE(2024, 12, 31)), Status:Status, @cell = "Complete")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!