B
bubba1965
This may actually be a find-replace question. At any rate, I am not sur
how to formulate this.
What I am trying to do is check a specific column which contain
numbers and check to see if any numbers contain characters (that ar
not numbers) preceding the number. If a number DOES contain a characte
that is not a number preceding that number, then move that characte
behind the last character in another column.
For example, I want to check all the numbers in column D, if a numbe
in that column contains any character that is not a number - such a
*86, then the asterisk would be moved to column C - directly behind th
last character in that column.
So Column C reads Augustana, Column D reads *75
Afterward, Column C should read Augustana* and column D should read 75
Is this possible
how to formulate this.
What I am trying to do is check a specific column which contain
numbers and check to see if any numbers contain characters (that ar
not numbers) preceding the number. If a number DOES contain a characte
that is not a number preceding that number, then move that characte
behind the last character in another column.
For example, I want to check all the numbers in column D, if a numbe
in that column contains any character that is not a number - such a
*86, then the asterisk would be moved to column C - directly behind th
last character in that column.
So Column C reads Augustana, Column D reads *75
Afterward, Column C should read Augustana* and column D should read 75
Is this possible