Function name | Description |
DayDiff(date1, date2) | Calculates the difference between the two date fields, date 1 and date 2. Example: DayDiff(2024-12-25, 2024-01-01) Result: 359 |
MonthDiff(date1, date2) | Calculates the difference in months between the two date fields. Example: MonthDiff(2024-12-01, 2023-01-01) Result: 23 |
YearDiff(date1, date2) | Calculates the number of years between two specified dates. Example: YearDiff(2024-12-25, 2020-12-25) Result: 4 |
AddDays(date, number) | Calculates the number of days, number, to be added to the specified date, date. Example: AddDays(2024-01-01, 10) Result: 2024-01-11 |
AddMonths(date, number) | Calculates the number of months, number, to be added to the specified date, date. Example: AddMonths(2024-01-01, 6) Result: 2024-07-01 |
AddYears(date, number) | Calculates the number of years, number, to be added to the specified date, date. Example: AddYears(2024-01-01, 2) Result: 2026-01-01 |
Now() | Returns the current date and time when the formula was evaluated. |
Function name | Description |
Abs(number) | Returns the absolute value (non-negative value of the number, irrespective of the sign) of the number.eg. -10 -> 10 |
Round(number) | Round the number “number” to nearest integer. eg. 10.3 -> 10, 10.6 -> 11 |
RoundUp(number) | Round up the number “number”. eg. 10.3, 10.6 -> 11 |
RoundDown(number) | Round down the number “number”. eg. 10.3, 10.6 -> 10 |
Min(number1,number2) | Returns the smaller of the two numbers “number1” and “number2”. |
Max(number1,number2) | Returns the larger of the two numbers “number1” and “number2”. |

Supported field types: Text, Dropdown, Checkbox, Radio group, FormulaLearn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
All-in-one knowledge management and training platform for your employees and customers.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.