I am trying to setup a sheet that can project dates decades into the future. I want a formula that can look the date in the row above, check to see if it's annual or quarterly, then add the appropriate number of months to each row.
While testing the formulas, I keep getting stuck on how to add one year (12 months) to each row. The simplest formula adds days, which causes problems with leap years.
Ideally, I'd like to keep the starting date in Row 1 (07/01/25) and just add the 12 months (annual) or 3 months (quarterly) to each row. But before I can add the IF arguments, I need to get the base formula working.
Any formula help is appreciated!