Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone!
I have a request from one of the key users to have one of the sheets restricted to only two users. I've read that in can be done with a code on the data load editor but I haven't figured it out yet.
Does anyone know how to do it and what to write in the data load editor and in the sheets condition?
Thank you!
Hi
Try like below
=if(OSUser() = 'domain\userid', 1, 0)
Hi
Try like below
=if(OSUser() = 'domain\userid', 1, 0)