I have an excel sheet where 1 column contains various words in each cell. The words in each cell are seperated by a blankspace " ". Now I would like to sort the words within each cell alphabetically
Example
Cell A1: "how can i sort this" => "can how i sort this"
Cell A2: "i dont know" => "dont i know"
What I tried: I have found the following solution: excel: how do i sort within a cell?. The solution is for cells where text is separated by commas and I could not make it work in my case.
Any idea what I need to do to solve my sorting problem?