Hello,
I am extracting data from a very large excel file. After rearranging names which are in "[lastname], [firstname]" formatting, an example of the extraction looks like this:
| Name1 | Age | Manager1 | Manager2 |
| Jamie Jones | 40 | Anna Belle | Mary-Ann Lou |
| Roger Frank | 20 | Mary-Ann Lou | Anthony Bjornik |
Out of all of the names, I just want to modify "Mary-Ann Lou" such that her name becomes "Mary Lou", removing the hyphen and the name after it. I have tried using the replace tool but haven't been able to do it successfully. Find and replace only looks at one certain column to find and replace, but this name appears in several. I could make one for every column but that seems inefficient. How shall I go about this?