From the below screen shot I am trying to count in the Sheet Summary the number of original stories in the fiscal year July 1, 2022 to June 30, 2023.
I found this formula in the community help, however I cannot seem to apply to my sheet, I am either receiving an #unparseable, or #invalid operation era depending on how I change the formula to ref my column titles.
This is the formula giving the Invalid operation, =COUNTIFS([Original Story]:[Original Story], "1", AND(@cell >= IF([Completion Date]:[Completion Date] >= DATE(YEAR(TODAY()), 7, 1), DATE(YEAR(TODAY()), 7, 1), DATE(YEAR(TODAY()) - 1, 7, 1)), @cell <= IF([Completion Date]:[Completion Date] >= DATE(YEAR(TODAY()), 7, 1), DATE(YEAR(TODAY()), 6, 30), DATE(YEAR(TODAY()) + 1, 6, 30))))
This is the formula-source from Community help search I started with changing the range cell to my range cell title.
=COUNTIFS({Date}, AND(@cell >= IF(TODAY() >= DATE(YEAR(TODAY()), 7, 1), DATE(YEAR(TODAY()), 7, 1), DATE(YEAR(TODAY()) - 1, 7, 1)), @cell <= IF(TODAY() >= DATE(YEAR(TODAY()), 7, 1), DATE(YEAR(TODAY()), 6, 30), DATE(YEAR(TODAY()) + 1, 6, 30))))
I full accept I maybe using the wrong formula, I just started wording with Smartsheet a few weeks ago and really want to learn all I can.
Thanks for any help
Kelly