How do you create YTD formulas to track sums during a specific period?

I am having trouble creating a YTD formula to sum the total grants awarded for a given period. Any guidance would be appreciated.
Thank you
Best Answer
-
You would need to use a SUMIFS along the lines of...
=SUMIFS({Amount Column}, {Date Column}, IFERROR(YEAR(@cell), 0) = 2022)
Answers
-
Are you wanting this on the same sheet or a different sheet? Are you able to provide a screenshot of the column headers for reference?
-
Hi Paul,
Sure, here are two screen shots - 1 from the smartsheet and 2-showing the dashboard I created. I would like to incorporate the YTDs on the dashboard.
Thank you!!
-
You would need to use a SUMIFS along the lines of...
=SUMIFS({Amount Column}, {Date Column}, IFERROR(YEAR(@cell), 0) = 2022)
-
Thanks, Paul; I'll give this a try.
Help Article Resources
Categories
Check out the Formula Handbook template!