Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Quarter Formula

✭✭✭✭
edited 04/19/24 in Formulas and Functions

I am trying to create a formula that extrapolates the quarter (Q1, Q2, etc) based upon the end date column. Has anyone done this before?

Thanks in advance for any help provided.

Best Answer

  • Community Champion
    Answer ✓

    I use this although I'm not sure if this works beyond the last year. I wrote it a while back.

    = "Q" + ((ROUNDDOWN(((YEARDAY([End Date]@row) - 5) / 365) * 4)) + 1) + "-" + RIGHT([End Date]@row, 2)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions