Hello,
I have a field (normal range) that returns data like this:
1-10
11-20
21-50
and so on and so on. What I'd like to do is to be able to just pull out the value to the right of the '-' so that I'd be left with:
10
20
50
I have been playing with ExtractString but that isn't giving me what I need.
Any help or hints on this would be greatly appreciated.
Thanks!!!!
I have a field (normal range) that returns data like this:
1-10
11-20
21-50
and so on and so on. What I'd like to do is to be able to just pull out the value to the right of the '-' so that I'd be left with:
10
20
50
I have been playing with ExtractString but that isn't giving me what I need.
Any help or hints on this would be greatly appreciated.
Thanks!!!!