"Show if" multiple options

Dani_Mittler
Participant III

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 168
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
Participant V

For reference:

Top Labels in this Space