• 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 match formula

Rajendar

Member
Dear Friends,

Please help me to complete the formula. I need Vlookup to match the data from data sheet A:B

Herewith attached sample sheet

Thanks & Regards
Aelma reddy
 

Attachments

  • VLOOKUP MATCH FORMULA.xlsx
    9.8 KB · Views: 3
Hi,

Please try this:

=IFERROR(INDEX(DATA!$C$2:$C$14,MATCH(FORMULA!A2&FORMULA!B2,INDEX(DATA!$A$2:$A$14&DATA!$B$2:$B$14,),0)),"")

Regards,
 
Hi,

Khalid

Thanks

I copied this formulas and i was pasted in the cell. in one condition the same value is repeating. Please see the attachment
 

Attachments

  • Vlookup match with rows cells.xlsx
    10.7 KB · Views: 5
Back
Top