#1   Report Post  
Posted to microsoft.public.excel.misc
Ace
 
Posts: n/a
Default Excel 2003

How do I get "1.9" to show as "1" instead of "2".

Excel always rounds the number to nearest integer.

Is there anyway of Truncating it. Can you use the TRUNC formula in a format
so something?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Excel 2003

Take a look at =rounddown() in excel's help.

Ace wrote:

How do I get "1.9" to show as "1" instead of "2".

Excel always rounds the number to nearest integer.

Is there anyway of Truncating it. Can you use the TRUNC formula in a format
so something?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Excel 2003

or =int(a1)
or =floor(a1,1)
or =trunc(a1)



Dave Peterson wrote:

Take a look at =rounddown() in excel's help.

Ace wrote:

How do I get "1.9" to show as "1" instead of "2".

Excel always rounds the number to nearest integer.

Is there anyway of Truncating it. Can you use the TRUNC formula in a format
so something?


--

Dave Peterson


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
Ace
 
Posts: n/a
Default Excel 2003

Thanks Dave,

The problem is I need the number and the formula in the same cell. But if I
input the the number then it overwrites the formula.

Do you think I need one input sheet with all the numbers and another output
sheet with all the formulas?

"Dave Peterson" wrote:

or =int(a1)
or =floor(a1,1)
or =trunc(a1)



Dave Peterson wrote:

Take a look at =rounddown() in excel's help.

Ace wrote:

How do I get "1.9" to show as "1" instead of "2".

Excel always rounds the number to nearest integer.

Is there anyway of Truncating it. Can you use the TRUNC formula in a format
so something?


--

Dave Peterson


--

Dave Peterson

  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Excel 2003

I don't usually use multiple sheets. But you can if you want.

You may want to just use an additional column.

Column A holds the user input
column b holds the formula (and is used in any subsequent formulas)

Ace wrote:

Thanks Dave,

The problem is I need the number and the formula in the same cell. But if I
input the the number then it overwrites the formula.

Do you think I need one input sheet with all the numbers and another output
sheet with all the formulas?

"Dave Peterson" wrote:

or =int(a1)
or =floor(a1,1)
or =trunc(a1)



Dave Peterson wrote:

Take a look at =rounddown() in excel's help.

Ace wrote:

How do I get "1.9" to show as "1" instead of "2".

Excel always rounds the number to nearest integer.

Is there anyway of Truncating it. Can you use the TRUNC formula in a format
so something?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Very slow in opening Excel 97 file in Excel 2003 S M Setting up and Configuration of Excel 0 October 22nd 05 07:32 PM
Excel Re-calculation 2000 compared to 2003 tonymitchell Excel Discussion (Misc queries) 1 August 3rd 05 04:22 PM
sharing/using/saving Excel 2002 files in Excel 2003 maze2009 Excel Discussion (Misc queries) 0 January 20th 05 07:27 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM


All times are GMT +1. The time now is 11:53 AM.

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

About Us

"It's about Microsoft Excel"