+ Reply to Thread
Results 1 to 9 of 9
  1. #1
    Registered User
    Join Date
    02-24-2010
    Location
    Augusta, Maine
    MS-Off Ver
    Excel 2007
    Posts
    13

    Smile Stop the rounding

    If I am downloading static information form another software into excel, how do I get the values to stop rounding?

    Ex. 3.25 hours 55.50 per hour $180.38 (STATIC Data)
    3.25 hours 55.50 per hour $180.37 (into excel)

    Excel either wil round up or down the value.
    Last edited by KMTrombley; 03-15-2010 at 01:09 PM.

  2. #2
    Forum Moderator romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    Alibi
    MS-Off Ver
    All
    Posts
    8,262

    Re: Stop the rounding

    How exactly are you getting this data into Excel? Excel should not simply alter your values like that, so are you sure that the values you are importing are exactly what is displayed in your other software and that it is not in fact rounding the displayed values?
    So long, and thanks for all the fish.

  3. #3
    Registered User
    Join Date
    02-24-2010
    Location
    Augusta, Maine
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Stop the rounding

    The data comes from an invoice report. I then perform a search on that report for specific fields and download into Excel. Once it is in Excel I would expect to be able to have the extension column perform the calculation HOURS*RATE and not round up or down the result. Even though I download the extension field I still need to supply the formula in the cell, I just don't wnat it to change from the data that was downloaded. I need to be able to provide an electronic spreadsheet to a client that matches exactly to the invoice. Any suggestions?

  4. #4
    Forum Guru rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Stop the rounding

    I do not think that excel does the rounding.

    Please upload a small part of the Workbook so we can see the actual data.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  5. #5
    Forum Moderator romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    Alibi
    MS-Off Ver
    All
    Posts
    8,262

    Re: Stop the rounding

    I suspect you will find that Excel is not doing anything wrong based on the values it is actually receiving. If you check the cells that have the hours and rates in, do they actually contain 3.25 and 55.5 as values or is that merely the rounded display value? If you actually had those exact values, then Excel would display 180.38 when rounding to 2DP, but if one or both were actually slightly smaller, then Excel would (correctly) round down.
    So long, and thanks for all the fish.

  6. #6
    Registered User
    Join Date
    02-24-2010
    Location
    Augusta, Maine
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Stop the rounding

    Table A Taken from the Download Search on an Invoice
    Date Hours Rate Amount
    02/08/2010 0.25 55.50 13.88
    02/09/2010 0.25 55.50 13.88
    02/10/2010 1.00 55.50 55.50
    02/17/2010 0.25 55.50 13.88
    Total 97.14
    Table B Taken from the Excel spreadsheet with the Amount column having the formula HOURS*RATE and the Total cell having a Auto Sum formula.
    Date Hours Rate Amount
    02/08/2010 0.25 55.50 13.88
    02/09/2010 0.25 55.50 13.88
    02/10/2010 1.00 55.50 55.50
    02/17/2010 0.25 55.50 13.88
    Total 97.13
    As you can see the total values do not match, but all of the Amount values do. Where is the problem?

  7. #7
    Forum Moderator romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    Alibi
    MS-Off Ver
    All
    Posts
    8,262

    Re: Stop the rounding

    The total on your report is adding the rounded values. The Excel total is totalling all the actual values and then being shown rounded to 2DP.
    So long, and thanks for all the fish.

  8. #8
    Registered User
    Join Date
    02-24-2010
    Location
    Augusta, Maine
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Stop the rounding

    So how do I fix this so that Excel is matching the report?

  9. #9
    Forum Moderator romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    Alibi
    MS-Off Ver
    All
    Posts
    8,262

    Re: Stop the rounding

    You need your formulas to actually round the values:
    =ROUND(hours*rate, 2)
    then add the rounded values.
    So long, and thanks for all the fish.

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.2.0