VLOOKUP with String in google-spreadsheet -


so iam trying is:

find string in spreadsheet1!a:a , give value in b:b right next found value in a:a output.

my approach:

=vlookup(b1;spreadsheet1!a:a;spreadsheet1!b:b) 

the problem:

vlookup wont give strings value. need string formula. there workaround, not include scripting?

thank you!

try this:

=vlookup(b1;spreadsheet1!a:b;2,false) 

b1 should value can found in spreadsheet1!a:a


Comments

Popular posts from this blog

python - jinja2: TemplateSyntaxError: expected token ',', got 'string' -

node.js - NodeJS remote terminal to Dropbear OpenWRT-Server -

Qt4: how to send QString inside a struct via QSharedMemory -