Generate quarter dates
To generate a list of quarter dates, you can use the EDATE function with the SEQUENCE function. In the worksheet shown, the formula in D5 is: =EDATE(B5,SEQUENCE(12,,0,3)) The result is a list of the next 12 quarter-start dates, beginning on the date …Read more