I want to be able to have a string consisting of numbers and letters in a cell. Then be able to split it so the text up to (and including) the last letter are in one cell, then the remaining numbers in the next cell.
For example, if the string is "sdgs214njkdsf123" then "sdgs214njkdsf" would be in one cell and "123" in the other.