+ Reply to Thread
Results 1 to 5 of 5

Rounding number down instead of up

  1. #1
    Registered User
    Join Date
    07-22-2008
    Location
    WV
    Posts
    70

    Rounding number down instead of up

    I have a formula like so =SUM((A2-4)/4)^2*B2

    I want answers to be in whole numbers but I need it to round down if the answer is .5 or less instead of rounding up. i.e. 12.50 would be rounded to 12 and not to 13. 12.51 would still round up to 13 though. Is this possible?

    Thanks

  2. #2
    Forum Expert kersplash's Avatar
    Join Date
    11-22-2016
    Location
    Perth
    MS-Off Ver
    Home 2016 (Windows 10)/Work 2013 Pro Plus (Windows 10)
    Posts
    2,012

    Re: Rounding number down instead of up

    Try;
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,910

    Re: Rounding number down instead of up

    Or try:

    =ROUND(your formula-0.01,0)

  4. #4
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Rounding number down instead of up

    =INT(Expression+0.49)
    Last edited by leelnich; 02-21-2018 at 10:16 PM.
    Clicking the Add Reputation star below helpful posts is a great way to show your appreciation.
    Please mark your threads as SOLVED upon conclusion (Thread Tools above Post # 1). - Lee

  5. #5
    Registered User
    Join Date
    07-22-2008
    Location
    WV
    Posts
    70

    Re: Rounding number down instead of up

    Quote Originally Posted by Phuocam View Post
    Or try:

    =ROUND(your formula-0.01,0)
    Thank you, this worked once I added the 0.01 to the formula.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Cell with text and number, not rounding to closest full number
    By cblp in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-03-2014, 07:51 PM
  2. [SOLVED] Rounding the number produced by an evaluated expression to the nearest number in CF
    By orly_sm in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-29-2013, 09:16 AM
  3. Rounding a number
    By bebe2629 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-12-2013, 01:22 PM
  4. [SOLVED] Rounding up a decimel number to a whole number
    By Gunner 14 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 11-27-2012, 03:21 AM
  5. CSV Number rounding
    By stoney1977 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-27-2009, 05:37 AM
  6. Number Rounding
    By scsuflyboy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-09-2008, 03:24 PM
  7. Rounding Number
    By DBaker in forum Excel General
    Replies: 7
    Last Post: 02-12-2007, 06:22 PM
  8. How do I keep a value from rounding up to the next number?
    By Abby in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-05-2005, 05:23 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1