Switchif formula

Want to create a column that automates the quarter the specific start date of a project falls within and was using below formula, can someone please help with me with fixing the formula.
SwitchIf(thisRow.START>=ToDate(“1/1/2022”) AND (thisRow.START<=ToDate(“31/3/2022”),“Q1 2022”))

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.