Apply Filter/Formula in Slice

Hello experts,
I have the below data in my spreadsheet:

If you see the 10 th row, my name is available and my team name is crisis management. Now I would like to display only my team information if I will execute the application. If some one crisis management log in, then he or she will have only information form crisis management team. I think for this, I need to create one slice but which formula or select or list will be best possible solution to make this?

Could you please help me to make one formula or select or list or filter?

Thanks,
Arindam.

Solved Solved
0 3 752
1 ACCEPTED SOLUTION

Something like [TEAM]=LOOKUP(USEREMAIL(),YourTableName,Email,Team). You would need to have email column in this table as well.

View solution in original post

3 REPLIES 3

Something like [TEAM]=LOOKUP(USEREMAIL(),YourTableName,Email,Team). You would need to have email column in this table as well.

Hello Aleksi,

Thanks for your reply. It is working for me.

Thanks,
Arindam.

Youโ€™re welcome

Top Labels in this Space