Can I have a field only show when multiple criteria are met in different fields?

I see how to have fields shown based one field or multiple fields with "or" statements but I'd like to only show a field based on multiple fields having certain values or using an "and" statement. Something like: If Field 1 = A and Field 2 = Z then show Field 3.

Is this possible or does someone know of an easy way to do this with formulas and hidden fields?

Tags:

Answers

  • Dale Murphy
    Dale Murphy ✭✭✭✭✭✭

    @NickH Sorry, but what do you mean by "show" a field? Do you mean visually to change the text to a certain colour? Or do you mean for a formula in Column 3 = field 3 to evaluate to a certain value based on fields 1 and 2?

    dm

  • Sorry. Specifically I'm referring to in form creation I want specific fields to be visible only if multiple previous criteria are met. Does that make sense?