+ Reply to Thread
Results 1 to 6 of 6

Formating the formula to display two decimal points

Hybrid View

chrism_production Formating the formula to... 07-24-2009, 12:59 PM
ConneXionLost Re: Formating the formula to... 07-24-2009, 01:02 PM
chrism_production Re: Formating the formula to... 07-24-2009, 01:28 PM
archcherub Re: Formating the formula to... 02-14-2014, 01:09 AM
archcherub Re: Formating the formula to... 02-14-2014, 12:52 AM
FDibbins Re: Formating the formula to... 02-14-2014, 12:55 AM
  1. #1
    Registered User
    Join Date
    07-24-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2007
    Posts
    2

    Formating the formula to display two decimal points

    Hello,

    Using Excel 2007: I have a spreadsheet that is calculating several formulas and placing the sum in specific cells. This works well, except; because of the extensive calculations, there are sometimes 15-25 numbers after the decimal. For example, in some cases, the sum displays as 25.3654896523658

    I know that I can FORMAT the cell to display a specified number of decimals, however, how do I format the FORMULA to only calculate to TWO decimals. In other words, how do I direct the formula to round off to two decimals in the sum so the above example would read 25.36 in the formula bar.

    Thank you in advance for the input.

    -Chris

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Formating the formula to display two decimal points

    Hi Chris,

    Just use the ROUND function:

    =ROUND(A1,2)
    replace A1 with your formula.

    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Registered User
    Join Date
    07-24-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Formating the formula to display two decimal points

    Awesome! I think this might work. Cheers.

  4. #4
    Registered User
    Join Date
    02-14-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Formating the formula to display two decimal points

    Oooo! I just tried the ; sign instead of , and it works!

    Thanks thanks!

  5. #5
    Registered User
    Join Date
    02-14-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Formating the formula to display two decimal points

    Sorry for bringing out an old thread, but I am struck with a similar problem, and I hope some kind soul can help.

    I have the same problem with TS, I read the reply and I understand the followin
    =round(2.364,2)
    The end-result would be returned as 2.36 (2decimal points)

    But what if instead of a number, I had to input a formula. In this case, I have to calculate my sales tax of 7%. (formula for example is F72*7%)

    Using ConnexionLost suggestion of =Round(a1,2) does not work.
    =Round(F72*7%,2)

    I tried =Round((F72*7%),2) and it failed too
    similarly for other formulas for A1.

    Any help appreciated!
    Thanks!

  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
    53,048

    Re: Formating the formula to display two decimal points

    Welcome to the forum arch and Im sure we can help.

    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    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)

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