memory function

Good morning I wish that my collaborators did not write each time their name and first name What function is it possible to open for this to be possible?

Many Thanks

Solved Solved
1 6 155
2 ACCEPTED SOLUTIONS

Have a secondary reference table with user emails & names. Then on the table you want to auto populate write something like this in the formula field:

lookup(USEREMAIL(),"The table with the emails & names", "The column with the emails", "The column with the first or last name you want to auto populate") 

View solution in original post

Ok, that is great!    I would recommend you follow the concept in this Tip article.  

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Current-User-Slice-How-to-conform-your-app-aroun...

 

View solution in original post

6 REPLIES 6


@Academie wrote:

Good morning I wish that my collaborators did not write each time their name and first name What function is it possible to open for this to be possible?


Please explain where the collaborators need to enter their name?

 

Have a secondary reference table with user emails & names. Then on the table you want to auto populate write something like this in the formula field:

lookup(USEREMAIL(),"The table with the emails & names", "The column with the emails", "The column with the first or last name you want to auto populate") 

Ok, that is great!    I would recommend you follow the concept in this Tip article.  

https://www.googlecloudcommunity.com/gc/Tips-Tricks/Current-User-Slice-How-to-conform-your-app-aroun...

 

Yes exactly.

Many Thanks i will try it

One way is to have that info in Usersettings table and then read that with the initial value.

Top Labels in this Space