+ Reply to Thread
Results 1 to 3 of 3

roundup, ceiling or whatever

  1. #1
    Blake
    Guest

    roundup, ceiling or whatever

    I would like to create a calculation that rounds to the next higher 9000 and
    add 900. I wonder if this can be done?

    Example: a home price calculates to $447,865.75 in value. I want to make a
    price of $449,900.

    It would be nice if this solution could work in the five digit area also
    such as a home calculating to $46,789.56 rounded up to $49,900.

    An ideas?

    Thanks all,

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    this worked for me - input in cell a1

    =IF(ROUNDUP($A1/10000,0)*10-1>=ROUNDUP($A1/1000,0),(ROUNDUP($A1/10000,0)*10-1)*1000+900,(ROUNDUP($A1/1000,0)-1)*1000+900)
    not a professional, just trying to assist.....

  3. #3
    JE McGimpsey
    Guest

    Re: roundup, ceiling or whatever

    One way:

    =CEILING(A1,10000)-100


    In article <[email protected]>,
    "Blake" <[email protected]> wrote:

    > I would like to create a calculation that rounds to the next higher 9000 and
    > add 900. I wonder if this can be done?
    >
    > Example: a home price calculates to $447,865.75 in value. I want to make a
    > price of $449,900.
    >
    > It would be nice if this solution could work in the five digit area also
    > such as a home calculating to $46,789.56 rounded up to $49,900.


+ 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