I have a column of cells that each contain a journal name followed by a date. I wish to split the cell into two, with one cell containing the journal name and the other cell containing the date.
For instance, a cell might now contain "Emergency Radiology 2000"
I want it to be split into "Emergency Radiology" in one cell and "2000" in another.
In other words, I need to learn to split at the first numerical character (which above would be "2", but is different for different cells).
Thanks so much!!! I eagerly await any responses.
Bookmarks