Thread: integer
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default integer

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)
--
David Biddulph

"integer format" <integer wrote in message
...
how do you display numaric data in integer format