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,092
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