How to set a field (column) editable bases on user email

I have a table with many fields to be updated by users. However, one of the field/column must only be updated by 2 users, not all users. Other users can only view this field. What can I do to avoid other users to update this field/column? Please advise any easy way to do it. Thank you in advanceโ€ฆ

Solved Solved
0 6 138
  • UX
1 ACCEPTED SOLUTION

Hi, you can set userโ€™s email address with the option called โ€œEditable?โ€. You can write for exampleโ€ฆ
IN(USEREMAIL(),{userA@gmail.com,userB@gmail.com})

View solution in original post

6 REPLIES 6

Hi, you can set userโ€™s email address with the option called โ€œEditable?โ€. You can write for exampleโ€ฆ
IN(USEREMAIL(),{userA@gmail.com,userB@gmail.com})

I am not able to find this option โ€œEditableโ€. Please enlighten me. Thank youโ€ฆ

I found it. Thank youโ€ฆ

I used above expression. After that, other users cannot see the field. Is it possible to make it visible, non-editable field for other users?

Now I realize that if the field does not have value, other users would not see the field. If there is value, other users can see, but not edit. This is what I want. Thank youโ€ฆ

Youโ€™re welcome

Top Labels in this Space