I have several decimal value cells in Excel which I want to round off to integers. I am also taking their sum. The problem is,
3.32+ 4.41 = 7.73 But if I round off each cell using simple formatting, I am getting 3+4=8. This problem does not arise when I use =ROUND(cell, 0) in each cell.
Is there any easy way to round off all cells without manually correcting each cell as I have large dataset?