Forum Discussion

    • rossshah's avatar
      rossshah
      Copper Contributor
      Thank you so much. I never knew about PQ. At first I did not even know what PQ stood for. After watching few videos on You Tube, it did exactly what I wanted to do. Thanks again for the tip.
    • dscheikey's avatar
      dscheikey
      Bronze Contributor

      sivakumarrj 

      =IF(VLOOKUP($A$2,$A$2:$B$5,2,0)=D2,INDEX(E2:E5,MATCH($B$2,$D$2:$D$5,0)))

      That only worked because you forgot to fix the part E2:E5. Otherwise, "Part X" also comes out in line 3, because x and y have the same entry in the final report.

      That is the reason why I used filter().

  • naga1122's avatar
    naga1122
    Copper Contributor

    Hi Expert guys,

     

    I need same help with the below data.

     

    1st table contains the below data.

     

    2nd table(as below data) - 1st column contains the random array arrangement of the 1st table values of 1st column.

     

    Expecting exact corresponding respective values of 2nd table - 1st column results in the 2nd table - 2nd column through =VLOOKUP formula or any other possibility in excel from the values of the 1st table - 2nd column.

     

    1) 1st table.

     

     

    2) 2nd table

     

     

     

     

     

Resources