#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default integer

how do you display numaric data in integer format
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Text to Integer jerredjohnson Excel Discussion (Misc queries) 4 June 14th 06 07:45 PM
help with rounding up to whole integer kjcramp Excel Discussion (Misc queries) 3 April 10th 06 07:00 PM
how do I test for Integer? Stephen P Thomas Excel Worksheet Functions 4 July 13th 05 10:30 AM
Rounding to nearest integer pattyh Excel Worksheet Functions 3 April 1st 05 08:02 PM
positive integer? JZip Excel Discussion (Misc queries) 2 January 7th 05 06:37 PM


All times are GMT +1. The time now is 05:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"