+ Reply to Thread
Results 1 to 2 of 2

Rounding Numbers with limitation on digits after decimal point

  1. #1
    Registered User
    Join Date
    10-14-2015
    Location
    NY, USA
    MS-Off Ver
    2007
    Posts
    46

    Rounding Numbers with limitation on digits after decimal point

    Hi All,

    I am working on a work file (excel) which is in whole numbers which ties to the reporting ledger- calculates net asset unit value. However after the excel file is computed we report the unit value into a client based system which has limitation on the number of digits it can pick up after the decimal point.

    Below is an example - is there a way to fix this rounding issue that is causing differences.

    Whole Number 1,086.854674477610 195,300.00 $212,262,717.93
    System can only take 4 digits 1,086.854700000000 195,300.00 $212,262,722.91
    Variance $(4.98)

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Rounding Numbers with limitation on digits after decimal point

    With your first two values in Cell A1 and B1 use

    =ROUND(A1,4)*B1


    or still better

    =ROUND(A1,4)*ROUND(B1,4)


    This will tie up with your system output
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. [SOLVED] rounding down to nearest 3 decimal places after the decimal point
    By swfarm in forum Excel General
    Replies: 2
    Last Post: 10-18-2018, 11:42 AM
  2. Function to separate numbers w.r.t no. of digits after decimal point
    By balasmag in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-26-2015, 02:00 AM
  3. [SOLVED] Last 2 digits to treat as the decimal point
    By lemuel in forum Excel General
    Replies: 4
    Last Post: 03-26-2012, 10:59 AM
  4. Rounding off Decimal Digits only
    By sujittalukder in forum Excel General
    Replies: 2
    Last Post: 03-13-2011, 07:02 AM
  5. Displaying only digits after the decimal point
    By Tat in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-01-2005, 02:05 PM

Tags for this Thread

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