+ Reply to Thread
Results 1 to 2 of 2

ceiling & floor

Hybrid View

  1. #1
    Bill Ridgeway
    Guest

    ceiling & floor

    Is there a difference between
    =CEILING(cellreference,1)
    and
    =ROUNDUP(cellreference,0)

    (The same goes for FLOOR / DOWN of course.)

    Thanks.

    Bill Ridgeway
    Computer Solutions



  2. #2
    KL
    Guest

    Re: ceiling & floor

    Hi Bill

    For this specific case - don't think so. You can use:

    =CEILING(cellreference,1)
    =ROUNDUP(cellreference,0)

    =FLOOR(cellreference,1)
    =ROUNDDOWN(cellreference,0)
    =INT(cellreference)
    =TRUNC(cellreference,0)

    but in other situations the functions can do things differently.

    Regards,
    KL




    "Bill Ridgeway" <info@1001solutions.co.uk> wrote in message
    news:dd50fj$str$1@newsg1.svr.pol.co.uk...
    > Is there a difference between
    > =CEILING(cellreference,1)
    > and
    > =ROUNDUP(cellreference,0)
    >
    > (The same goes for FLOOR / DOWN of course.)
    >
    > Thanks.
    >
    > Bill Ridgeway
    > Computer Solutions
    >
    >




+ 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