I'm working in a sheet with huge numbers, the sheet behaves as it should, but for one cell, same style/formatting inherited from the cells above. Here is what involved cell contains:
**J13**: =(I13/E13)*100
**E13**: 588.000.000.000.000.000.000
**I13**: 4.340.000.000.000.000.000
The cell J13
is formatted as a % value, and I would expect a result of 0,74%
like other similar cels behave with similar big values, instead I'm getting a 73.81% doing the math (4340 on 588000) I get the same result.
`