79674860

Date: 2025-06-22 03:20:53
Score: 2
Natty:
Report link

The problem is because you are multiplying 2 rounded values (G21,H21). But in J21 the multiplication is with the full precision. To fix this, you can do like this:

=ROUND(
SUM(G13:G20) * SUM(H13:H20),
0)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: fromexceltopython