JohnZ1156
Board Regular
- Joined
- Apr 10, 2021
- Messages
- 180
- Office Version
- 2021
- Platform
- Windows
I think I have what is a simple formula that takes values of separate cells and totals them.
This formula is in G756.
=IFERROR(G755-B756+C756+D756+E756,G755-B756+C756+E756) (if error occurs, omit cell in column D)
I checked the results in each of the individual cells, and they all come to an answer with 2 decimal places or less,
but the result of this formula shows me 170623.070000001.
It should simply be 170623.07. Where is the "0000001" coming from?
Must I use the ROUND function for all of the cells in column G?
ex: =IFERROR(ROUND(G755-B756+C756+D756+E756,2),ROUND(G755-B756+C756+E756,2))
This formula is in G756.
=IFERROR(G755-B756+C756+D756+E756,G755-B756+C756+E756) (if error occurs, omit cell in column D)
I checked the results in each of the individual cells, and they all come to an answer with 2 decimal places or less,
but the result of this formula shows me 170623.070000001.
It should simply be 170623.07. Where is the "0000001" coming from?
Must I use the ROUND function for all of the cells in column G?
ex: =IFERROR(ROUND(G755-B756+C756+D756+E756,2),ROUND(G755-B756+C756+E756,2))