Ronald
Member
Hello everyone,
My question is if you know a way to search through an array of amounts to try to match a certain value.
Example:
array:
123.45
32.65
567.43
2134.56
23.56
40.21
Amount I try to match: 56.21
Result: it shows that rows 2 and 5 match my amount (or within an mismatch range, e.g. the same result if my search amount was 56)
Do you maybe have a way to achieve this?
Regards,
Ronald.
My question is if you know a way to search through an array of amounts to try to match a certain value.
Example:
array:
123.45
32.65
567.43
2134.56
23.56
40.21
Amount I try to match: 56.21
Result: it shows that rows 2 and 5 match my amount (or within an mismatch range, e.g. the same result if my search amount was 56)
Do you maybe have a way to achieve this?
Regards,
Ronald.