I'm not sure if I am doing something wrong (maybe yes), or there is a problem in Microsoft Excel.
Scenario: I create a table below
+------+-------+ | Name | Value | +------+-------+ | Alex | 1.55 | | Alex | -1.56 | | Alex | 0.01 | +------+-------+
When I try to get the sum of the values in the code, the result is as follows:
+-------------+--------------+ | Row Labels | Sum of Value | | Alex | -8.67362E-18 | | (blank) | | | Grand Total | -8.67362E-18 | +-------------+--------------+
I expect that [Sum of Value] will display 0, but will display a non-zero value (-8.67362E-18).
Thank you in advance
source share