I am importing numbers that have up to ten decimal places and im formating them so that they have 2 decimal places...
Here is an example of what I am doing
actual numbers
Old Cost | New Cost | Calculated Difference
3.256 | 3.26 | .004
So I am detecting a price difference that I don't want. I formated the numbers in the field so that they read correct. However I need to make a change to the formula that is currently is looking at the unformatted number. Here are my result when I format the numbers.
Old Cost | New Cost | Calculated Difference
3.26 | 3.26 | .004
Here is an example of what I am doing
actual numbers
Old Cost | New Cost | Calculated Difference
3.256 | 3.26 | .004
So I am detecting a price difference that I don't want. I formated the numbers in the field so that they read correct. However I need to make a change to the formula that is currently is looking at the unformatted number. Here are my result when I format the numbers.
Old Cost | New Cost | Calculated Difference
3.26 | 3.26 | .004