Good day,
I am working on a large excel sheet. I have a problem regarding casting (summation) of this sheet.
All figures are rounding to 2 decimal places which effects on grand totals. I want to remove these decimal places. For example
2.4
2.3
Grand total of above figures is 4.7
But when I round these figures to Zero decimal place it show like this way
2
2
Grand total after rounding is 5
I want to remove decimal places in whole sheet. I know round formula i.e. =round(number, num_digits)
But for this I have to insert columns. This is very time consuming method. Can anyone advice me for simple way.
One thing more, Is this possible to apply round formula on the same cell?
I hope I better defined my problem. Please advice.
Thanks in advance.
I am working on a large excel sheet. I have a problem regarding casting (summation) of this sheet.
All figures are rounding to 2 decimal places which effects on grand totals. I want to remove these decimal places. For example
2.4
2.3
Grand total of above figures is 4.7
But when I round these figures to Zero decimal place it show like this way
2
2
Grand total after rounding is 5
I want to remove decimal places in whole sheet. I know round formula i.e. =round(number, num_digits)
But for this I have to insert columns. This is very time consuming method. Can anyone advice me for simple way.
One thing more, Is this possible to apply round formula on the same cell?
I hope I better defined my problem. Please advice.
Thanks in advance.