B
brianmiller
Having prduced a list of values from using the & concatenate method, I
want to end up with a list of only those which have a positive (over 0)
number. So I have:
(155), (111), (51), (0), (0), (0), (0), (0), (0), (0)
for example. What I have tried is to do a find and replace finding ",
(0)" and replacing it with nothing. Works great, until I look at the:
(66), (0), (0), (0), (0), (0), (0), (0), (0), (0)
values. Doing the replace I end up with:
-66
Or with:
(0), (0), (0), (0), (0), (0), (0), (0), (0), (0)
I end up with:
0
(OK this one is easy to delete simply filtering on 0 and deleting them.
Any ideas how to get round this one please. I have tried many
variations of Find and Replace but all end up with -66 or -133 etc?
Brian
(Brian Miller, Data Officer, BBOWT)
want to end up with a list of only those which have a positive (over 0)
number. So I have:
(155), (111), (51), (0), (0), (0), (0), (0), (0), (0)
for example. What I have tried is to do a find and replace finding ",
(0)" and replacing it with nothing. Works great, until I look at the:
(66), (0), (0), (0), (0), (0), (0), (0), (0), (0)
values. Doing the replace I end up with:
-66
Or with:
(0), (0), (0), (0), (0), (0), (0), (0), (0), (0)
I end up with:
0
(OK this one is easy to delete simply filtering on 0 and deleting them.
Any ideas how to get round this one please. I have tried many
variations of Find and Replace but all end up with -66 or -133 etc?
Brian
(Brian Miller, Data Officer, BBOWT)