Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to show a particular sheet for specific users. I'm trying to use something like:
=WILDMATCH(OSUser(),Concat(DISTINCT UserList,', ')
But it doesn't work. Do you know how could I do that?
OSUser() is my user, for example User03
The Field UserList contains all Users, for example: User01, User02, User03, User07
Thanks
Makes sense