A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Since your values are not exactly equal to the displayed values, their sum is not equal to the sum of the displayed values.
Take a very simple example: you have values 0.123 and 0.234, displayed as $0.12 and $0.23. Their sum is 0.357, displayed as $0.36. But the sum of the displayed values is $0.35.
If you want the sum to be the sum of the displayed values, change a formula such as =SUM(B2:B9) to =SUM(ROUND(B2:B9, 2))
If you do not have Microsoft 365, Office 2024 or Office 2021, confirm the formula by pressing Ctrl+Shift+Enter.