Hello!
I have a series of 5 columns, H1-L1, in those columns there can be 0 to 5 values. What I'd like to do, is compare the two furthest right values to a constant
Example:
Constant = 15
H1--I1--J1--K1--L1
10------20-------30
In this, example, I would compare 20 and 30 to my constant, both of these are greater than 15, so I would return True.
I'm POSITIVE I need to use an array, but for the life of me I can't figure out how to get the second number.
Any help is greatly appreciated.
Sincerely,
Paul
I have a series of 5 columns, H1-L1, in those columns there can be 0 to 5 values. What I'd like to do, is compare the two furthest right values to a constant
Example:
Constant = 15
H1--I1--J1--K1--L1
10------20-------30
In this, example, I would compare 20 and 30 to my constant, both of these are greater than 15, so I would return True.
I'm POSITIVE I need to use an array, but for the life of me I can't figure out how to get the second number.
Any help is greatly appreciated.
Sincerely,
Paul