filtering ranges

J

Jase

I have 3 sets of data all with different ranges. I want to compile all 3
ranges so that I have 1 list of ranges without duplicate numbers. Can this be
done?

For example:

5
7
8
9
12

3
6
7
9
10

4
5
8
9
and I want :
3
4
5
6
7
8
9
10
12

thanks,

Jase
 
J

Jase

How does this work if my ranges are not consistant in the amount of data they
have? For example my ranges could go from 10 numbers to 20 numbers.
 
D

Dave Peterson

Once you get a giant range, it won't matter how many came from each of the other
ranges--and it won't matter how many are duplicates.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top