+ Reply to Thread
Results 1 to 3 of 3

Roundup or rounddown

  1. #1
    Heather
    Guest

    Roundup or rounddown

    HI, I need a way to roundup if >= .50 and rounddown <.49

    1.86 = 2
    1.5 = 2
    1.49 = 1
    7.25 = 7

    Thanks


    --
    Heather

  2. #2
    RagDyer
    Guest

    Re: Roundup or rounddown

    Try this:

    =ROUND(A1,0)

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Heather" <[email protected]> wrote in message
    news:[email protected]...
    > HI, I need a way to roundup if >= .50 and rounddown <.49
    >
    > 1.86 = 2
    > 1.5 = 2
    > 1.49 = 1
    > 7.25 = 7
    >
    > Thanks
    >
    >
    > --
    > Heather



  3. #3
    Dave Peterson
    Guest

    Re: Roundup or rounddown

    Isn't that what =Round() does?

    =round(a1,0)



    Heather wrote:
    >
    > HI, I need a way to roundup if >= .50 and rounddown <.49
    >
    > 1.86 = 2
    > 1.5 = 2
    > 1.49 = 1
    > 7.25 = 7
    >
    > Thanks
    >
    > --
    > Heather


    --

    Dave Peterson

+ 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