integer

  • Thread starter Thread starter Guest
  • Start date Start date
Format cell/ number/ 0 decimal places, if you want the number to stay the
same but be displayed as an integer.

If you want to change the number to an integer, you have a choice,
including:
=INT(A1)
=ROUND(A1,0)
=ROUNDUP(A1,0)
=ROUNDDOWN(A1,0)
or (with some caveats):
=FLOOR(A1,1)
=CEILING(A1,1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top