If I have a multiselect field with options of "blu...
# csvimports
e
If I have a multiselect field with options of "blue" "black" "yellow", etc. How do I format a cell to check black and yellow?
s
You can use a pipe operator so the cell would be blue | yellow
✔️ 2
e
thank you sir