• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Lookup 2nd value from range

Hi Vipin Vijayan,

D2 = Apple

and try this non-case sensitive array formulae in E2:

Code:
 =INDEX($B$2:$B$5,SMALL(IF($D$2=$A$2:$A$5,ROW($A$2:$A$5)-ROW($A$2)+1),2))

with CTRL+SHIFT+ENTER
 
Back
Top