Help please!

I'm stuck on a formula. I'm trying to count data in a column in another sheet when the date in a separate column in that sheet is 2025. I think I'm getting stuck on having to use the IFERROR function with the year.

Here's my metrics sheet

image.png

And here's the source. I want to count the cells in Quote Value when Quote Complete Date Year = 2025

image.png

Thanks in advance for any help you can provide!

Tags:

Best Answer

  • JR90
    JR90 ✭✭
    edited 06/05/25 Answer ✓

    Hello,

    Try this formula out:

    =COUNTIFS([Quote Value]:[Quote Value], ISNUMBER(@cell ), [Quote Complete Date]:[Quote Complete Date], IFERROR(YEAR(@cell ), 0) = 2025)@cell

    Please let me know if it works!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!