How to create a formula with if() and()

Hi guys why that gives error

IF(And(
[phot1], “x”, “A”),
([phot2], “x”, “B”)
)

Condition AND([phot1], “x”, “A”) has an invalid structure: subexpressions must be Yes/No conditions

Solved Solved
0 1 408
  • UX
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

That’s because your expression makes no sense. Using plain language, please explain what you’re tying to do.

See also:

View solution in original post

1 REPLY 1

Steve
Platinum 4
Platinum 4

That’s because your expression makes no sense. Using plain language, please explain what you’re tying to do.

See also:

Top Labels in this Space