Split Cell by Numbers Within Cell
问题 I have some fields that need to be split up into different cells. They are in the following format: Numbers on Mission 21 0 21 Numbers on Mission 5 1 6 The desired output would be 4 separate cells. The first would contain the words in the string "Numbers on Mission" and the subsequent cells would have each number, which is determined by a space. So for the first example the numbers to extract would be 21, 0, 21. Each would be in its own cell next to the string value. And for the second: 5, 1,