Hello,
I'm trying to do an analysis that can calculate between a date range, specifically resulting in quarter calculations. If I have a project start and a project end date, how can I
a) calculate how many quarters are stretched between those 2 dates
b) if the date range (start date to end date) falls into the current quarter
So if start date is 12/18/2019 and end date is 11/23/20 then my results should look like this:
a) 5 (counting Q4-2019, Q1-2020, Q2-2020, Q3-2020 and Q4-2020)
b) Yes (we are currently in Q4-2020 so at least one of the above matches the current quarter)
Any idea how I can do this? I've been able to display the quarters for my dates via different formulas but can't seem to figure out how to do calculations with them...
Thanks in advance!!