I have a csv file which I have downloaded to Excel. The name of this worksheet is 'Tickets'. This contains text strings of random length which include standard 'labels' of random length. The text is in column C. The phrases in the text are separated by "|" which may assist. I have a separate table in a worksheet called 'Labels' of the definitions of the label text in column A and their meaning in column B.
What I want to do is match the label text in the column A of the Label worksheet with the same text included in the randomised text in column C of the Tickets worksheet, and return the label definition in column B of of the Labels worksheet in column D of the Tickets worksheet.
So in principle, match definition in Labels column A with text in Tickets column C and return the value in Labels column B in Tickets column D.
I have tried using Vlookup with Range Lookup 'True' but this produces too many errors because the Labels include similar text, and Text to Columns separates the text into multiple columns cleanly but I then have the problem of finding the text across a range of cells for each definition.
Example of Ticket text (column C of 'Tickets'):
Model 407 | Error1457 | Model 407 | Non functional module | incorrect referral
"Non functional module" (the text to search for) can be placed anywhere in this text string.
Example of Label text
Column A Column B
Non functional module Module has failed, refer to tech department
"Module has failed, refer to tech department" is the text to return in column D of the Tickets worksheet.
Many thanks
HT
What I want to do is match the label text in the column A of the Label worksheet with the same text included in the randomised text in column C of the Tickets worksheet, and return the label definition in column B of of the Labels worksheet in column D of the Tickets worksheet.
So in principle, match definition in Labels column A with text in Tickets column C and return the value in Labels column B in Tickets column D.
I have tried using Vlookup with Range Lookup 'True' but this produces too many errors because the Labels include similar text, and Text to Columns separates the text into multiple columns cleanly but I then have the problem of finding the text across a range of cells for each definition.
Example of Ticket text (column C of 'Tickets'):
Model 407 | Error1457 | Model 407 | Non functional module | incorrect referral
"Non functional module" (the text to search for) can be placed anywhere in this text string.
Example of Label text
Column A Column B
Non functional module Module has failed, refer to tech department
"Module has failed, refer to tech department" is the text to return in column D of the Tickets worksheet.
Many thanks
HT