D
dave
how can I reference an array and return in a list all
nonduplicate numbers in order ascending. I could sort the
numbers and do an if statement, but I dont want to sort
them in this case. I was trying to use rank, but...
for example
1
1
3
3
5
3
4
should yield
1
3
4
5
tia,
Dave
nonduplicate numbers in order ascending. I could sort the
numbers and do an if statement, but I dont want to sort
them in this case. I was trying to use rank, but...
for example
1
1
3
3
5
3
4
should yield
1
3
4
5
tia,
Dave