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

Index / Match Functions

KishorKK

Member
Hi Friends,

Please help me with index / match formula, can some one tell me where am i going wrong in this???

upload_2017-1-18_22-18-59.png
 
=INDEX($A$2:$E$6,MATCH($B11,$B$2:$B$6,0),4)

When u skip the third argument in index fn then it only take care for data in first column of injected range.

=vlookup(b11,$A$2:$E$6,4,0)

For more info more on dynamic index+match check the attached.
 

Attachments

  • Index_Match.xlsx
    37.5 KB · Views: 11
Hi Kishore,

suggestion:

1. If you want to look up a value from left to right, use VLOOKUP.
Ex: Your scenario
2. look up a value from right to left use, combination of INDEX and MATCH function.
 
Back
Top