Hello, how can i get the slice of my googlesheet base on another sheet by useremail()?

i need to get the slice of this..  data[name].. by another sheet of Ref_sdo[name] with email..  by useremail()? i need to show the user their own data by their own email address

sheet 1 = data[name]

sheet 2 = Ref_sdo[name] and another "column [email]"

to show the user its own data by useremail?? please help me!

Solved Solved
0 2 91
1 ACCEPTED SOLUTION

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Moicz 

 

You may want to have a look to this expression:

LOOKUP() 

 

It could be: 

[name]=LOOKUP(USEREMAIL(),"Ref_sdo", "Email","Name")

View solution in original post

2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Moicz 

 

You may want to have a look to this expression:

LOOKUP() 

 

It could be: 

[name]=LOOKUP(USEREMAIL(),"Ref_sdo", "Email","Name")

thank you so much!!!

Top Labels in this Space