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
Post a Comment