Forum Discussion

PLG_Eng's avatar
PLG_Eng
Copper Contributor
Sep 26, 2019
Solved

How to Match Certain Char and Return a Value from another Table based on the Matched Char?

Updated with attachment for demo of the problem

 

 

 

Hi Excel Experts Community,

In one list, OLA is repeated in several cells (under 1 column) but has no fixed position, so it comes in different positions in every cell (e.g., OLA-12, 22-OLA, PE-OLA-00, etc.)

And, in another table, I have two columns. Under the first Column, exactly OLA is listed in one cell along with another value next it to under the second column. The second table has different values under the two columns, so OLA is only in row. 

How can I match OLA only from the 1st list and return the value next to the fixed string, OLA from the second table?


I WOULD BE so grateful for your support to solve this problem.

  • PLG_Eng 

    You may try something like this...

     

    Unmerge the cell B4 and then try this...

    In B4

    =LOOKUP(2,1/(ISNUMBER(SEARCH(TRIM(Table1[[Clean Code ]]),Table2[@CODE]))),Table1[Value])

    and then copy it down.

     

    Let me know if this is what you were trying to achieve.

     

7 Replies

  • PLG_Eng 

    Why not upload a small sample file with some dummy data along with the desired output mocked up manually to show the end result you are trying to achieve? That would help to visualize the desired output and to provide an accurate solution.

    • PLG_Eng's avatar
      PLG_Eng
      Copper Contributor

      Subodh_Tiwari_sktneer 

       

      Thank you very much for your response. I have just updated the thread with a file. Please, have a look. 

       

       

      • Subodh_Tiwari_sktneer's avatar
        Subodh_Tiwari_sktneer
        Silver Contributor

        PLG_Eng 

        You may try something like this...

         

        Unmerge the cell B4 and then try this...

        In B4

        =LOOKUP(2,1/(ISNUMBER(SEARCH(TRIM(Table1[[Clean Code ]]),Table2[@CODE]))),Table1[Value])

        and then copy it down.

         

        Let me know if this is what you were trying to achieve.

         

Resources