G
Guest
Say if have a table with Range and Reference Value like this
<Range> <Value>
60000 1.32
32000 6.52
12000 9.28
etc
How can I compare a user input value from a form against the range and
retrieve the value? eg. user inputs 14000 and it picks the next highest 32000
range and retrieve 6.52.
Thanks in advance.
<Range> <Value>
60000 1.32
32000 6.52
12000 9.28
etc
How can I compare a user input value from a form against the range and
retrieve the value? eg. user inputs 14000 and it picks the next highest 32000
range and retrieve 6.52.
Thanks in advance.