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.

Stumped on a formula

So we have a dashboard and am trying to do a count for legal requests. Two metrics, one would be for all requests received and completed for the current month, and the second would be all requests received and completed for the year. Here's the two formulas but they don't seem to update correctly:

Current month: =COUNTIFS({Resolved Date Range}, IFERROR(MONTH(@cell), 0) = MONTH(TODAY()))

For the year: =COUNTIFS({Resolved Date Range}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))

What am I doing wrong?

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions