Hi 🙂
I have a formula field "TASK" that checks if there is value in fields or not. It looks like this;
IF({Fuel L}=BLANK(),CONCATENATE("• Add fuel tank", '\n'))
Now, I want to have another multiple-select "CLEAR" field that clears the TASK value if the corresponding value is included in multiple select fields.
For example {Fuel L} is blank, but in the CLEAR field "Fuel L" is selected. This setting should not show "• Add fuel tank" in TASK field.
I tried with FIND(), but I should use something as not FIND()...
I would appreciate help to accomplish this.
Thank you,
Pjero