Annual Business Budget Template - How to change periods to align with specific months?

I am using the 'Annual Business Budget' template. I want to start the budgeting period from April 2025 (and therefore should be Period 1). However, once I add an expense from April, the sheet still picks it up as Period 4 (assumes month 4). The formula for that cell is large and complex:

=IF($Value$2 = 12, (IF(MONTH(Date@row) = 1, 1, IF(MONTH(Date@row) = 2, 2, IF(MONTH(Date@row) = 3, 3, IF(MONTH(Date@row) = 4, 4, IF(MONTH(Date@row) = 5, 5, IF(MONTH(Date@row) = 6, 6, IF(MONTH(Date@row) = 7, 7, IF(MONTH(Date@row) = 8, 8, IF(MONTH(Date@row) = 9, 9, IF(MONTH(Date@row) = 10, 10, IF(MONTH(Date@row) = 11, 11, IF(MONTH(Date@row) = 12, 12, ""))))))))))))), IF($Value$2 = 4, IF(MONTH(Date@row <= 3), 1, IF(AND(MONTH(Date@row) >= 4, MONTH(Date@row) <= 6), 2, IF(AND(MONTH(Date@row) >= 7, MONTH(Date@row) <= 9), 3, IF(MONTH(Date@row) >= 10, 4, ""))))))

Is there an error with the formula or an easier way to reference the correct period?

Screenshot 2025-04-15 152735.png Screenshot 2025-04-15 153131.png
Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!