Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 96
Default rounding down

I'm looking for help with a formula. I want to round down
to the nearest integer. For example, 4.1, 4.5, and 4.9
should all round down to 4. I can find how to round but
not how to round down. Thanks for the help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default rounding down

Use the INT or TRUNC formula

Both return the next lowest integer. The only difference between the
is when dealing with negative integers.

If Cell A1 has 4.5 in it put TRUNC(A1) in B1 and you'll get

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default rounding down

use the =ROUNDDOWN(,0)

"JT" wrote:

I'm looking for help with a formula. I want to round down
to the nearest integer. For example, 4.1, 4.5, and 4.9
should all round down to 4. I can find how to round but
not how to round down. Thanks for the help.

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
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
Rounding Up EFF Excel Worksheet Functions 4 August 11th 08 01:40 AM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding off to .48 or .98 Mark4253 Excel Discussion (Misc queries) 9 February 5th 07 02:13 AM
Rounding Andreas Håkansson Excel Worksheet Functions 5 March 29th 06 01:31 PM


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

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"