+ Reply to Thread
Results 1 to 6 of 6

Rounding Problem

  1. #1
    Forum Contributor
    Join Date
    07-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    123

    Rounding Problem

    I have 3.3277777778.

    I need it to show 3.32 and not 3.33

    Currently I am using the $#,##0.00_);[Red]($#,##0.00);_(* "-"??_)

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Rounding Problem

    i dont think you can with custom formatting,why not use rounddown() around your value?
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Rounding Problem

    I agree with martindwilson.

    Notice that the formula rounddown will change the result if you gonna count with it (e.g. multiply).
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Forum Contributor
    Join Date
    07-18-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    123

    Re: Rounding Problem

    How would you round down? Never had to deal with rounding before.

  5. #5
    Registered User
    Join Date
    08-02-2013
    Location
    Santa Barbara, California
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Rounding Problem

    It can be done with a formula
    3.327777778 3.32 =TRUNC(A1*100)/100 or simply =trunc(A1,2)
    Last edited by gpetlow; 08-04-2013 at 07:50 PM.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Rounding Problem

    =ROUNDDOWN(A1,2) will do exactly the same thing (as suggested already)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Rounding Problem in VBA
    By Johnnash in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-10-2012, 01:07 PM
  2. Rounding Up & Down Problem
    By mrpunch in forum Excel General
    Replies: 4
    Last Post: 08-09-2011, 09:35 AM
  3. Rounding off problem..!
    By Neo1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-15-2006, 07:56 PM
  4. Rounding Problem
    By Brian O'Brien in forum Excel General
    Replies: 1
    Last Post: 06-12-2005, 12:05 AM
  5. rounding problem
    By bondcrash in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-25-2005, 02:06 PM

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