Fiscal Quarter Issue

Hello, I am trying to get the fiscal Quarter and Fiscal year based on a date column.

FOr example, column A has a date and I want column B to return my fiscal quarter and year.

I have no idea how to set that up in smartsheet. The excel formulas I have tried, have not worked in smartsheet. I would love it someone could help me with this.

Best Answer

  • Genevieve P.
    Genevieve P. Employee
    Answer ✓

    Hi @Diego Casillas Zaragoza

    I'm glad that worked for you!

    We can add in a statement at the beginning for this one exception, try this:

    ="Q" + IF(AND(MONTH(Date@row) = 1, DAY(Date@row) = 31), "2FY", IF(OR(MONTH(Date@row) >= 11, MONTH(Date@row) = 1), "1FY", IF(MONTH(Date@row) >= 8, "4FY", IF(MONTH(Date@row) >= 5, "3FY", "2FY")))) + IF(MONTH(Date@row) >= 11, RIGHT(INT(YEAR(Date@row) + 1), 2), RIGHT(YEAR(Date@row), 2))


    Are there any other exceptions?

    Need more help? 👀 | Help and Learning Center

    こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions

«1

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!