Contains Formula

Hey Guys,

Does anyone know if the Contains expression can be used to identified multiple text values in a column?

For example, I want to filter the rows that contain the text value Coke or Coca-Cola.

Thanks,
Bruno

Solved Solved
0 4 1,109
1 ACCEPTED SOLUTION

In same place:

OR( CONTAINS(…) , CONTAINS(…) )

View solution in original post

4 REPLIES 4

No. Use 2 CONTAINS(), along with:

Thanks Marc,

I created a slice where I used the Contains formula but I don’t know how to use along with OR(). Can I use the OR formula on Slice along with Contains or should I add the formula somewhere else?

Bruno

In same place:

OR( CONTAINS(…) , CONTAINS(…) )

AMAZING MARC

Thanks, it’s working now!

Top Labels in this Space