Try to use Round( ...,0), like this
Assuming:
A1=36
A2=20.3
The result cell (B1), using the following formula:
=Round(A1+A2,0)