User email as contains filter input

Hi,

Is there a way to filter data with logged-in user email where email column contains multiple emails

Use data filter per user

my email column has multiple emails and how do I filter with the logged in user value

You can if you know the max number of email addresses you would have per row. This is done with multiple email columns. Look at this thread which discusses how this works.

When you say you have multiple emails in a column? Are you saying you have multiple emails within a cell or just different emails in the cells of a column on multiple rows?

row 1 example@gmail.com
row 2 example2@gmail.com
row 3 etc.

or

row 1 example@gmail.com example2@gmail.com
row 2 example3@gmail.com
row 3 etc.

Hi,
I had multiple emails in a single cell.my issue is solved i have changed it into email 1, email 2, email 3 this format its working now

2 Likes