I have discovered the useful CONCATENATE function, which I have typically been using to combine 2 cells with surname (b1) and first name (a1).
eg. =CONCATENATE(B1, ", ", A1) returns in "Smith, John" where cell A1 contained "John" and B1 contained "Smith".
My question is whether there is a function (or a method) by which that process could be reversed. ie. To take a cell containing "Smith, John" and return 2 adjacent cells, one containing John and next containing Smith.
Sounds simple, but I suspect it is far from easy....!
Thanks
Neil
eg. =CONCATENATE(B1, ", ", A1) returns in "Smith, John" where cell A1 contained "John" and B1 contained "Smith".
My question is whether there is a function (or a method) by which that process could be reversed. ie. To take a cell containing "Smith, John" and return 2 adjacent cells, one containing John and next containing Smith.
Sounds simple, but I suspect it is far from easy....!
Thanks
Neil