Another way is to use FIXED
function, you can specify the number of decimal places but it defaults to 2 if the places aren’t specified, i.e.
=FIXED(E5,2)
or just
=FIXED(E5)
Another way is to use FIXED
function, you can specify the number of decimal places but it defaults to 2 if the places aren’t specified, i.e.
=FIXED(E5,2)
or just
=FIXED(E5)