+ Reply to Thread
Results 1 to 5 of 5

Thread: In Excel, how do you get it to not automatically round my dollars.

  1. #1
    Cylie G.
    Guest

    In Excel, how do you get it to not automatically round my dollars.

    In Excel, how do you get it to not automatically round my dollars up or down.

    Ex: I am summing a group of numbers and the total equals $598.6780. I want
    to show only 2 decimal places but do NOT want Excel to round the amount up.
    I want the answer to show me $598.67 not $598.68.


  2. #2
    Forum Guru Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    2,782
    Assuming your $598.6780 value is in A1
    In B1 type:
    =TRUNC(A1,2)
    to get $598.67

    OR

    If your $598.6780 was arrived at as the result of a formula enclose that formula in the TRUNC function with the ,2 after your formula.

    eg. =TRUNC((your formula),2)
    Last edited by Cutter; 01-07-2005 at 04:45 PM.

  3. #3
    Ken Wright
    Guest

    Re: In Excel, how do you get it to not automatically round my dollars.

    One way

    =ROUNDDOWN(A1,2)

    Think you'll need the analysis toolpak add installed

    --
    Regards
    Ken....................... Microsoft MVP - Excel
    Sys Spec - Win XP Pro / XL 97/00/02/03

    ----------------------------------------------------------------------------
    It's easier to beg forgiveness than ask permission :-)
    ----------------------------------------------------------------------------

    "Cylie G." <Cylie G.@discussions.microsoft.com> wrote in message
    news:63CDCD2E-5089-40EA-A2AE-E0891DE5FBC3@microsoft.com...
    > In Excel, how do you get it to not automatically round my dollars up or

    down.
    >
    > Ex: I am summing a group of numbers and the total equals $598.6780. I

    want
    > to show only 2 decimal places but do NOT want Excel to round the amount

    up.
    > I want the answer to show me $598.67 not $598.68.
    >




  4. #4
    Amy O
    Guest

    RE: In Excel, how do you get it to not automatically round my dollars.

    =TRUNC(A1,2) might be what you're looking for

    "Cylie G." wrote:

    > In Excel, how do you get it to not automatically round my dollars up or down.
    >
    > Ex: I am summing a group of numbers and the total equals $598.6780. I want
    > to show only 2 decimal places but do NOT want Excel to round the amount up.
    > I want the answer to show me $598.67 not $598.68.
    >


  5. #5
    Amy O
    Guest

    RE: In Excel, how do you get it to not automatically round my dollars.

    =TRUNC(A1,2) might be what you're looking for

    "Cylie G." wrote:

    > In Excel, how do you get it to not automatically round my dollars up or down.
    >
    > Ex: I am summing a group of numbers and the total equals $598.6780. I want
    > to show only 2 decimal places but do NOT want Excel to round the amount up.
    > I want the answer to show me $598.67 not $598.68.
    >


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