COUNTIFS Less than Today on a referenced sheet = INVALID OPERATION

I'm referencing another sheet and want to count rows belonging to a particular individual where the planned date is in the past. I'm trying to COUNTIF Owner@row and Planned date is less than TODAY()

Here is my formula but I'm getting an INVALID OPERATION error.

=COUNTIFS({520.07db Qualified Testing Facility Databa Range 1}, [Master Planner]@row, {520.07db Qualified Testing Facility Databa Range 2} < TODAY())

Any ideas what I'm doing wrong?

Thanks

Best Answer

  • Pam Grant
    Pam Grant ✭✭
    edited 04/13/20 Answer ✓

    OK! I got it. I was missing the last comma before the TODAY() function.


    =COUNTIFS({520.07db Qualified Testing Facility Databa Range 1}, [Master Planner]@row, {520.07db Qualified Testing Facility Databa Range 2}, <TODAY())

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!