IF conditional with dates
-
Hi!
I have a form with a field that calculates the costs for a conference attendees.
The cost is calculated according to two fields: date of registration and profession.
An example:- If the user is registering before a specific date AND he/she is a student the fees are X euros.
- If the user is registering before a specific date AND he/she is a professor the fees are Y euros.
- If the user is registering before a specific date AND he/she is a another thing the fees are 0 euros.
I tried with IF(fieldname3<=’30/10/2020′,fieldname4,fieldname4+20) but it didn’t work. Fieldname3 is a date field, fieldname4 is a dropdown field.
Any help appreciated.
Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘IF conditional with dates’ is closed to new replies.