NenadIlic
8 years agoQrew Assistant Captain
if criteria is met chose from two options
I am trying to create a formula text field where on choices I would have either one result, or a possibility to chose from the two....the example is bellow:
Field name is: MT (example)
If ([FIELD 1] = "", "General",
If ([FIELD 2] = "", "Fluid",
and now the problematic criteria: If ([FIELD 3] = <>"", "Flexible" or "Optimized"
In other words if Field 3 is not blank, I should have a choice to select either Flexible or Optimized.
Is there a way to do that?
Field name is: MT (example)
If ([FIELD 1] = "", "General",
If ([FIELD 2] = "", "Fluid",
and now the problematic criteria: If ([FIELD 3] = <>"", "Flexible" or "Optimized"
In other words if Field 3 is not blank, I should have a choice to select either Flexible or Optimized.
Is there a way to do that?