Column A has several decimal numbers.
round
function to round these to the nearest whole number. In B1, start with =ROUND(A2,0)
. That 0 says to leave 0 decimal places.roundup
function to round up (0 decimals).rounddown
function to round down (0 decimals).