Hi! I’ve been researching several forums regarding formulas that display an off-cycle quarter (i.e.: our fiscal year starts in July, ends in June). I found a few formulas that almost gives me what we need:
BUT, in either case, I keep running into the issue of June stating Q1 instead of Q4 and I am using a due date column to reference the timing, would a timeline be easier in this case? Also is there a workaround for the qNaN showing up for the empty due date fields?
Could someone assist with the correct formula to use? Please help, my brain is fried at this point!
GCavin
(Gilles Cavin - Reinventing Formulas in monday.com)
2
Hi Erika,
EDATE(FORMAT_DATE({Due Date}),7) adds 7 months to your date, so for sure, if you’re in June, it will give you a date in January, not December. Change it to 6.