Hello everyone,
I have a process, can anyone help?
here's the details,
I created a form that includes a dropdown list for Calibration Frequency. This dropdown lets the user select how often the calibration should be done — like Monthly, Quarterly, Annually, or every few years.
Alongside that, there's a field called Date of Last Calibration where the user can input the most recent calibration date.
Now, what I want to do is this:
When a user selects a frequency and enters the last calibrated date, the form should automatically calculate and populate the next calibration due date based on that information.
For example:
-
If someone selects “Monthly” and enters March 1, 2025, then the Calibration Due Date should automatically show April 1, 2025.
-
If they choose “Every 2 years” with the same last calibrated date, the due date should show March 1, 2027.
How can I set this up using only a calculation or formula, without using JavaScript?