+ Reply to Thread
Results 1 to 6 of 6

Rounding

  1. #1
    Scott W
    Guest

    Rounding

    How can I format the result of a simple formula to give the result rounded
    to the nearest 10? Example, 1178 displayed as 1180 (no decimals)



  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by Scott W
    How can I format the result of a simple formula to give the result rounded
    to the nearest 10? Example, 1178 displayed as 1180 (no decimals)
    Hi Scott,

    you didn't say whether it was rounding up or down, try these

    =ROUNDUP(A1,-1)

    =ROUND(A1,-1)

    =ROUNDDOWN(A1,-1)

    oldchippy

  3. #3
    Bob Phillips
    Guest

    Re: Rounding

    =ROUND(A1,-1)

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Scott W" <[email protected]> wrote in message
    news:[email protected]...
    > How can I format the result of a simple formula to give the result rounded
    > to the nearest 10? Example, 1178 displayed as 1180 (no decimals)
    >
    >




  4. #4
    Pete_UK
    Guest

    Re: Rounding

    Try this:

    =ROUND(A1,-1)

    with your number in A1.

    Hope this helps.

    Pete

    Scott W wrote:
    > How can I format the result of a simple formula to give the result rounded
    > to the nearest 10? Example, 1178 displayed as 1180 (no decimals)



  5. #5
    Dave Peterson
    Guest

    Re: Rounding

    =ROUND(A1,-1)

    is one way.

    Scott W wrote:
    >
    > How can I format the result of a simple formula to give the result rounded
    > to the nearest 10? Example, 1178 displayed as 1180 (no decimals)


    --

    Dave Peterson

  6. #6
    Scott W
    Guest

    Re: Rounding

    Thanks to all

    "Pete_UK" <[email protected]> wrote in message
    news:[email protected]...
    > Try this:
    >
    > =ROUND(A1,-1)
    >
    > with your number in A1.
    >
    > Hope this helps.
    >
    > Pete
    >
    > Scott W wrote:
    > > How can I format the result of a simple formula to give the result

    rounded
    > > to the nearest 10? Example, 1178 displayed as 1180 (no decimals)

    >




+ 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