Hi,
I'm very new to formulas and I've not set up smartsheets previously
We currently use a form for external parties to complete, that I then am trying to build a dashboard to have an overview of.
I need to show how many forms were completed in both a year in total and also a monthly breakdown.
My by year formula is this: =COUNTIFS({Date Created}, >=DATE(2022, 1, 1), {Date Created}, <=DATE(2022, 12, 31))
But I don't know how to do by month as this one: =COUNTIFS({Date Created}, IFERROR(MONTH(@cell), 0) = 1) shows all january submissions rather than January in a specific year
Hope that make sense
Thanks
Kay