I want to format the following names:
| Name1 | Name2 | Name3 | Name4 |
| John, Joe | Rock, Chris | Rock, The | Wayne, Bruce |
Like so:
| Name1 | Name2 | Name3 | Name4 |
| Joe John | Chris Rock | The Rock | Bruce Wayne |
The attached image of the workflow helps me rearrange names in one column, but how can I go about doing the exact same thing for each column efficiently?
Thanks.