+ Reply to Thread
Results 1 to 4 of 4

Round to two decimal places

  1. #1
    Registered User
    Join Date
    07-31-2007
    Posts
    6

    Round to two decimal places

    How does one write the formula for Excel to do the following:

    12.896X.60=7.738 and then round to the nearest cent, as in this example I want 7.738 to appear as 7.74

    Thanks!!!

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Format the cell as currency

    or

    =ROUND(12.896*0.6,2)
    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    =round(a1*b1, 2)

  4. #4
    Registered User
    Join Date
    10-06-2007
    Posts
    7
    There are two other things you can choose if you incase need it in a scenario

    Roundup(a1*b1,2) will always round up to the next integer
    Rounddown(a1*b1,2) will always ignores any decimal value and retains the number to the resulted integer


+ 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