• 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.

Vlookup() or Index() - How to select muitiple in Range_array

rsk

Member
Pls find the below example file.

I need to find value of H2:I5


http://www.2shared.com/document/Qcr6M8vj/mulrange.html
 
Hi ,


Enter the following formula in G2 , as an array formula ( using CTRL SHIFT ENTER ) :


=INDEX($C$2:$C$13,MATCH($F2&LEFT(G$1,FIND(" ",G$1)-1),$A$2:$A$13&$B$2:$B$13,0))


Copy this to all the other cells up to I5.


Narayan
 
Hi ,


Can you specify what problem you are facing ? Do you want me to upload the file ? Can you use Skydrive or GoogleDocs ?


Narayan
 
can you pls upload the file in any link, so that i can understand better


Thanks you very much for your response
 
Hi ,


Check the following link :


https://skydrive.live.com/view.aspx?cid=754467BA13646A3F&resid=754467BA13646A3F%21162


Narayan
 
Sorry for trouble you,


=VALUE(INDEX($C$2:$C$13,MATCH($F2&LEFT(G$1,FIND(" ",G$1)-1),$A$2:$A$13&$B$2:$B$13,0)))


above formula gives #VALUE!
 
Back
Top