excel - Using a string key to return a value from an array -


i have named array of 14 rows 2 columns. first has string key (ie: country), , second attribute (ie: owner). want retrieve owner supplying country.

i know how use =index retrieve values named arrays, expects col/row numbers.

how might achieve requirement?

for sake of answer.

feed index function match function provide requisite row number, along lines:

=index(b:b,match(a2,a:a,0)) 

vlookup work index/match more powerful (see) if comfortable index might better add match arsenal rather bother v/h lookup.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -