"Show if" multiple options

I have a column (โ€œLabelsโ€) with the ENUM Printed, PSL, and Sleeved. I also have a Column (โ€œLabel Supplierโ€), I only want the supplier to show up if PSL or Sleeved is selected. I can get one but not both. My Show If is โ€œ[Labels] = PSLโ€

How do I get it to work for both PSL and Sleeved?

Solved Solved
0 2 176
1 ACCEPTED SOLUTION

Please try

OR([Labels] =โ€œSleevedโ€, [Labels]=โ€œPSLโ€)

View solution in original post

2 REPLIES 2

Please try

OR([Labels] =โ€œSleevedโ€, [Labels]=โ€œPSLโ€)

Steve
Platinum 4
Platinum 4

For reference:

Top Labels in this Space