0
I have a table with the following values
# valor_min vlr_max juros
1 0 1999 0
2 2000 2999 1.2
3 3000 3999 1.3
4 4000 999999 1.4
I need to consult this table with the value ex.: 2500,00 find the corresponding interest, in this case it would be line 2.
How would select in this case?
The goal is to scroll through the table to find lines that best satisfy the value.
– André Cabral
Thank you very much, solved my doubt
– André Cabral