+ Reply to Thread
Results 1 to 5 of 5

Roud up or rond down

  1. #1
    Registered User
    Join Date
    02-10-2006
    Posts
    9

    Roud up or rond down

    hey guy's,
    how do i write this formula? if a1=$6.80 round down to the nearest
    nine $6.79' if a1=$6.85 round up the nearest nine $6.89

    thanks,
    jason

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try

    =ROUND(A1+0.01,1)-0.01

  3. #3
    Bob Phillips
    Guest

    Re: Roud up or rond down

    =ROUND(A15,0)-0.1

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "jwfakouri" <[email protected]> wrote
    in message news:[email protected]...
    >
    > hey guy's,
    > how do i write this formula? if a1=$6.80 round down to the nearest
    > nine $6.79' if a1=$6.85 round up the nearest nine $6.89
    >
    > thanks,
    > jason
    >
    >
    > --
    > jwfakouri
    > ------------------------------------------------------------------------
    > jwfakouri's Profile:

    http://www.excelforum.com/member.php...o&userid=31435
    > View this thread: http://www.excelforum.com/showthread...hreadid=521288
    >




  4. #4
    Roger Govier
    Guest

    Re: Roud up or rond down

    Hi

    Just a quick "heads up", assuming the OP wants 6.84 to go down to 6.79,
    and it is only 6.85 and upward that needs to go up, then I think it
    needs to be .001 as the add-on, not .01
    =ROUND(A1+0.001,1)-0.01


    --
    Regards

    Roger Govier


    "daddylonglegs"
    <[email protected]> wrote in
    message
    news:[email protected]...
    >
    > Try
    >
    > =ROUND(A1+0.01,1)-0.01
    >
    >
    > --
    > daddylonglegs
    > ------------------------------------------------------------------------
    > daddylonglegs's Profile:
    > http://www.excelforum.com/member.php...o&userid=30486
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=521288
    >




  5. #5
    B. R.Ramachandran
    Guest

    RE: Roud up or rond down

    Hi,

    =ROUND(A1,1)-0.01

    Regards,
    B. R. Ramachandran

    "jwfakouri" wrote:

    >
    > hey guy's,
    > how do i write this formula? if a1=$6.80 round down to the nearest
    > nine $6.79' if a1=$6.85 round up the nearest nine $6.89
    >
    > thanks,
    > jason
    >
    >
    > --
    > jwfakouri
    > ------------------------------------------------------------------------
    > jwfakouri's Profile: http://www.excelforum.com/member.php...o&userid=31435
    > View this thread: http://www.excelforum.com/showthread...hreadid=521288
    >
    >


+ 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