So I have some variables and their values like this:
AV1 2.3
AV2 1.2
AV3 3.0
AV4 3.1
AV5 2.5
Now if I want VBA to show me stocks with values between 2 and 3, it should give me AV1, AV3 and AV5 considering 3.0 was inclusive. How to do this? any clues?
thanks in advance
AV1 2.3
AV2 1.2
AV3 3.0
AV4 3.1
AV5 2.5
Now if I want VBA to show me stocks with values between 2 and 3, it should give me AV1, AV3 and AV5 considering 3.0 was inclusive. How to do this? any clues?
thanks in advance