Conditional statements with date
-
Hi,
I plan on using if/else conditions with date.
The formula is quite simple. If the user selects a particular date, the result will be determined based on the date.
Say for example if the user selects 01.03.15 then the result will be Meeting time 12 pm (We want a similar output, Meeting time vary according to date)
This is the formula I am using. Please let me know what should be used instead.
IF(fieldname6==”03/01/05″){
return “Meeting at 12 pm”
}
else IF(fieldname6==”04/01/05″){
return “No meetings sorry”
}
else IF …
.
.
.
else
{
return “Error”
}FYI, we are using DD/MM/YY format.
Please let us know if this is possible.
Kind Regards,
Arindomhttps://www.ads-software.com/plugins/calculated-fields-form/
- The topic ‘Conditional statements with date’ is closed to new replies.