+ Reply to Thread
Results 1 to 2 of 2

Roundup to nearest 250

Hybrid View

  1. #1
    Hall
    Guest

    Roundup to nearest 250

    I have list of numbers that need to be rounded up to the nearest 250.

    For example:
    1033->1250
    600->750
    25->250
    2600->2750
    1000->1000

    What's a formula for that?



  2. #2
    Bob Phillips
    Guest

    Re: Roundup to nearest 250

    =CEILING(A10,250)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Hall" <hall@garp.org> wrote in message
    news:eGGPR8x3FHA.700@TK2MSFTNGP15.phx.gbl...
    > I have list of numbers that need to be rounded up to the nearest 250.
    >
    > For example:
    > 1033->1250
    > 600->750
    > 25->250
    > 2600->2750
    > 1000->1000
    >
    > What's a formula for that?
    >
    >




+ 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