Hi everyone,
this is a continuation of a previous post. I have the following
BA DD
Unix Admin[38%]
DBA [40%]
What I'd like to do is get the 38 and the 40 into column B, and removed from column A. I could do this through the use of some ugly code:
1. find length of total
2. find number of chars to first bracket
3. return rightmost character difference to get right 2 or three chars
4. and on and on until I finally have what I'm after...
But I'm wondering if there's a more efficient way anyone can think of?
Thanks in advance!
Barrett
this is a continuation of a previous post. I have the following
BA DD
Unix Admin[38%]
DBA [40%]
What I'd like to do is get the 38 and the 40 into column B, and removed from column A. I could do this through the use of some ugly code:
1. find length of total
2. find number of chars to first bracket
3. return rightmost character difference to get right 2 or three chars
4. and on and on until I finally have what I'm after...
But I'm wondering if there's a more efficient way anyone can think of?
Thanks in advance!
Barrett