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

Get data 2 criteria

stormania

Member
Dear Excel Master

Kindly your help, I have a problem to fill in number from different sheet, I try vlookup but can’t cause have 2 criteria at a header. In attach file, how to fill in yellow cell in recap sheet base on data stand sheet ?

Thank you
 

Attachments

  • Vlookup with 2 source.xlsx
    11.3 KB · Views: 6
1] If you have Excel2021 or Office 365, please see as per below image

In C2, formula copied across and down:

=VLOOKUP($A2,STAND!$A:$M,MATCH(C$1&"MFL",STAND!$1:$1&STAND!$2:$2,0),0)

2] If you have Excel2019 or below, try to use

In C2, formula copied across and down:

=VLOOKUP($A2,STAND!$A1:$M100,INDEX(MATCH(C$1&"MFL",STAND!$A$1:$M$1&STAND!$A$2:$M$2,0),0),0)

81731
 
Back
Top