Is there a way for a formula to appear only on certain conditions? For example, I have the following situation:
- I have a # field and a date field
- I’d like to create a formula that auto calculates three-weeks out from my date field ONLY when the # field is not empty
Here is the formula that I currently have:
DATETIME_FORMAT(DATEADD({Clinic Date}, 3, ‘week’),“MM-DD-YYYY”)
Is there a way to set up that additional condition so I don’t further clutter up my database?
Thanks in advance to anyone who can assist!