excel - If a name in two different columns match extract the value of a third column -


i'm having trouble finding proper formula this. have 2 columns stock names of them duplicates. want extract number column f column b if duplicates. tried manually provide example. knows how this?

enter image description here

firstly, why did remove image question, nobody able without question not clear.
hope want. assuming data in image below, use following formula

=iferror(vlookup(a2,$e$2:$f$10,2,false),"") 

or

=iferror(index($f$2:$f$10,match(a2,$e$2:$e$10,0)),"") 

enter image description here


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -