seattletimebandit
Board Regular
- Joined
- Apr 11, 2013
- Messages
- 69
Good day.
I have columns of analytical data, some have a leading letter(s) as part of the lab result (i.e., U, UJ, E, B, R), some have no letter.
There is a space between the letter and number:
U 0.042
I need to reverse the string:
0.042 U
If there is no letter (e.g., 0.042 or cell is blank), then just return the number or blank cell.
I've found many ways to do this, but it works only if there is a text w/a space. If there is no leading text/space, it chokes and returns an error (#VALUE!).
Thanks!
stb
I have columns of analytical data, some have a leading letter(s) as part of the lab result (i.e., U, UJ, E, B, R), some have no letter.
There is a space between the letter and number:
U 0.042
I need to reverse the string:
0.042 U
If there is no letter (e.g., 0.042 or cell is blank), then just return the number or blank cell.
I've found many ways to do this, but it works only if there is a text w/a space. If there is no leading text/space, it chokes and returns an error (#VALUE!).
Thanks!
stb