Hi Smarties,
I would like to count the number of applicants based on the Stage as below. However, I would like to only count if they fall under this fiscal year (July 2021 to June 2022).
My current formula is split to three rows (Taking Successful (R5) as an example)
This Year : =COUNTIFS({Created Date}, >TODAY(-365), {Stage}, "Successful (R5)")
This Quarter : =COUNTIFS({Created Date}, >TODAY(-90), {Stage}, "Successful (R5)")
This Month : =COUNTIFS({Created Date}, >TODAY(-30), {Stage}, "Successful (R5)")
As this is a roll-up sheet, the above formula is taking the Created Date from a system-generated column (Date Created) in a different sheet.
How do I incorporate the Fiscal Year formula as well in the above? In the other words, if today is October 2021, it should only take values from July to October (for This Year), October only (for this Quarter) and October only (for this month) - since October is the start of the Quarter.
Any advice would be greatly appreciated.
Thanks
Syed