I have a large table of data with various values. I want to find all the values in the table which satisfy some condition (eg. between 5 and 6) and copy them individually as a list.
I can't simply find how many there are which satisfy the condition because they are not all the same. If it helps, I can set all values in the table which do not satisfy the condition to zero or some other value.
How could this best be accomplished? I can use native code or VBA.
Thanks in advance!
I can't simply find how many there are which satisfy the condition because they are not all the same. If it helps, I can set all values in the table which do not satisfy the condition to zero or some other value.
How could this best be accomplished? I can use native code or VBA.
Thanks in advance!