+ Reply to Thread
Results 1 to 6 of 6

Formating the formula to display two decimal points

Hybrid View

  1. #1
    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.

  2. #2
    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.

  3. #3
    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!

  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

    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!

+ 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