Hi,
I need to create a calculator that returns 2 numbers, but must be to an exact 2 decimal places.
For example, we have a figure of 1,759.06 and need to know what the closest divisible number with 2 decimal points is that returns a result less than 104.45.
X*Y = 1759.06
X needs to be less than 12, 24 or 36.
Y needs to be less than 104.45 and exact to 2 decimal places.
I need to create a calculator that returns 2 numbers, but must be to an exact 2 decimal places.
For example, we have a figure of 1,759.06 and need to know what the closest divisible number with 2 decimal points is that returns a result less than 104.45.
X*Y = 1759.06
X needs to be less than 12, 24 or 36.
Y needs to be less than 104.45 and exact to 2 decimal places.