Search partial textstring and replace with corresponding cell -


formanswer:

a(email) | b(name)

students:

a(name) | b(uid)

what want if 1234@domain.com registered on page formanswer: a(email) @ students "1234" in b(uid) , grab value of a(name) , write in formanswer: b(name)

this works - first row if( isnumber( find( (left(f1:f;len(f1:f)-10)) ; (elever!c1:c) ) ) ; (elever!b1:b) ; "elevens navn mangler" )

what want, vol ii code looking through entire column accordingly new signups.

any ideas?

this guess based on information @ hand:

=arrayformula(iferror(vlookup(regexextract(f:f;"^(.+?)@");{elever!c:c&""\elever!b:b};2;0);"elevens navn mangler"))


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -