Formula Fields can be complicated sometimes. So, here are examples that will help you understand the usage of these types of fields in Zoho Recruit.
Formula: If(Contains(${Candidates.level},'A'),Adddate(${Candidates.Start Date},14,'DAY'),If(Contains(${Candidates.level},'B'),Adddate(${Candidates.Start Date},10,'DAY'),If(Contains(${Candidates.level},'C'),Adddate(${Candidates.Start Date},5,'DAY'),Now())))
Formula:
Example:
Drop-down 1 Values - 10, 20, 30
Drop-down 2 Values - 5, 10, 15
Formula (number) field needs to calculate - (Drop-down 1*Drop-down 2)+Drop-down 2
Formula:
(Tonumber(Drop-down 1)*Tonumber(Drop-down 2))+Tonumber(Drop-down 2)
Return Type: Number