Forum Discussion

KristofferAJ's avatar
KristofferAJ
Icon for Helper III rankHelper III
4 years ago
Solved

Find specific word within a text cell

Hi all, I have a column with cells containing a lot of text. I would like to create a column which looks for a certain word and return a specific value.   1.  For instance if I was to look for A...
  • goncalogeraldes's avatar
    4 years ago

    Hello there KristofferAJ ! You can use the following:

     

    Find word =
    IF ( CONTAINSSTRING ( 'Your_Table'[Your_column], "*app*" ), "Yes", "No" )

     

    Hope this answer solves your problem!
    If you need any additional help please @ me in your reply.
    If my reply provided you with a solution, please consider marking it as a solution ✔️ or giving it a kudoe 👍
    Thanks!

    You can also check out my LinkedIn!

    Best regards,
    Gonçalo Geraldes