+ Reply to Thread
Results 1 to 3 of 3

Rounding currency

  1. #1

    Rounding currency

    I want to round a long price list which currently has dollars and
    cents into whole dollars such that the end result cell is whole dollars
    without cents.
    Rick


  2. #2
    Valued Forum Contributor
    Join Date
    06-30-2005
    Location
    Verwood, Dorset, England
    MS-Off Ver
    Excel 2000
    Posts
    479
    Quote Originally Posted by [email protected]
    I want to round a long price list which currently has dollars and
    cents into whole dollars such that the end result cell is whole dollars
    without cents.
    Rick
    Hi Rick

    Try > =ROUND(SUM(A1:A4),0), change range A1:A4 to suit your data
    Paul

  3. #3
    Harald Staff
    Guest

    Re: Rounding currency

    Hi Rick

    Price list. Assuming you want to round UP then.
    =ROUNDUP(A1,0)

    ....or the more common
    =ROUNDUP(A1,0)-0.01
    which generates great bargains like 22.99 . Try even
    =CEILING(A1,5)-0.01
    to get 24.99 instead.

    HTH. Best wishes Harald

    <[email protected]> skrev i melding
    news:[email protected]...
    > I want to round a long price list which currently has dollars and
    > cents into whole dollars such that the end result cell is whole dollars
    > without cents.
    > Rick
    >




+ 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