Formula to capture Quarter

claude.ngongang80316
claude.ngongang80316 ✭✭
edited 09/08/22 in Formulas and Functions

Good Day!

Β I am struggling with a formula.Β 

I would like the formula to identify the quarter within which the project will be delivered and fill the column Quarter.Β This information will help our finance department plan revenue.Β I tried the nested IF function below, and I had the β€˜β€™UNPARSEABLE error message.

Β =IF([Date Livraison EstimΓ©e]@row = " ", " To be planned", IF([Delivery date]@row > DATE(22, 5, 31), "Q1-2022", IF([Delivery date]@row < DATE(22, 9, 1), "Q1-2022")), IF(([Delivery date]@row > DATE(22, 8, 31), "Q2-2022", IF([Delivery date]@row < DATE(22, 12, 1), "Q2-2022"), IF(([Delivery date]@row > DATE(22, 11, 30), "Q3-2022", IF([Delivery date]@row < DATE(23, 3, 1), "Q3-2022"), IF(([Delivery date]@row > DATE(23, 2, 28), "Q4-2022", IF([Delivery date]@row < DATE(23, 6, 1), "Q4-2022"))))))))

Formula to capture Quarter.jpg

Β Is there a better way to solve this problem? Our fiscal year goes from June 1st through May 31 of the following year.Β 

Β 

Thanks in advance for your help and assistance.

Β 

Cheers,

Β 

Claude

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!