Find a range of numbers in an array
Find a range of numbers in an array
(OP)
I have array X, which consists of numbers that range from about 1000-15000.
I want to create array Y with all the numbers from array X that are less than or equal to 12000.
How do I do this?
I want to create array Y with all the numbers from array X that are less than or equal to 12000.
How do I do this?





RE: Find a range of numbers in an array
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
RE: Find a range of numbers in an array
There are several ways to skin this cat, but the ones I can think of involve some form of programming, as IRStuff said. If you need some help with this, we'd be happy to generate a sample program in a worksheet for you.
Good luck
Pete
RE: Find a range of numbers in an array
RE: Find a range of numbers in an array