Formula column IF statement between dates

Formula column IF statement between dates

Hello! I want to add a formula column in Zoho Analytics that indicates the period in which a lead was created. So it must be an if statement that returns the value 'Period 1' when a lead is created BETWEEN Jan 1 and Jan 30. I just can't figure out how to write this formula where a date must be BETWEEN two other dates. In Excel, something like this looks like IF(AND(Lead Creation Time>1-1-2022,Lead Creation Time<1/30/2022),'Period 1','Period X'). Do you have any idea how to write this formula for above situation?