+ Reply to Thread
Results 1 to 7 of 7

Too Many Decimal Places In Formula

Hybrid View

  1. #1
    Registered User
    Join Date
    12-06-2007
    Posts
    32
    Even more odd...

    ="Gross: "&ROUND(O82/O86,2) returns 1 decimal place;
    ="Gross: "&ROUND(O82/O86,3) returns 1 decimal place;
    ="Gross: "&ROUND(O82/O86,4) returns 4 decimal places;
    ="Gross: "&ROUND(O82/O86,5) returns 5 decimal places;
    ="Gross: "&ROUND(O82/O86,6) returns 6 decimal places;
    ="Gross: "&ROUND(O82/O86,7) returns 7 decimal places; etc...

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    Rick,

    The 2nd option I posted above will not round, but it will always show 2 decimal places.

    If you want to round it to 2 decimal places, then you can incorporate both functions I used above:

    ="Gross: "&TEXT(ROUND(O82/O86,2),"0.00")

    HTH

    Jason

  3. #3
    Registered User
    Join Date
    12-06-2007
    Posts
    32
    Thanks! That works great.

+ 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