Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi everyone,
I have a table with 7 columns and 12000 rows contains learners' survey results.
One of the columns contains the students' comments (string). These strings may contain one or more lecturers' name.
I am trying to create a query using M language that allows me to identify the strings with the lectures' name and replace the lecturers' name with the word "Lecturer".
Also, another table includes the list of lecturers' name (1 column, 2000 rows).
I hope it makes sense.
Thank you,
Ata
There are many examples available for this requirement. Here's one of them: Bulk Find And Replace In Power Query | How To Excel
Thank you Ibendlin. Appreciate your response.