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! Go to Solution.
Please try
OR([Labels] =“Sleeved”, [Labels]=“PSL”)
For reference:
User | Count |
---|---|
16 | |
10 | |
9 | |
8 | |
3 |