D
Dave Jones
is there a way to convert data that is in fraction format to number
format to be able to perform math functions without changing the
original data type?
For instance, change 23 1/2 * 34 3/4 to 23.5*34.75 to come up with
816.625. The result does not need to be in fractional format.
thanks for any assistance,
Dave
DDP
format to be able to perform math functions without changing the
original data type?
For instance, change 23 1/2 * 34 3/4 to 23.5*34.75 to come up with
816.625. The result does not need to be in fractional format.
thanks for any assistance,
Dave
DDP