+ Reply to Thread
Results 1 to 2 of 2

Round up to 100?

  1. #1
    Fred Holmes
    Guest

    Round up to 100?

    I'm trying to construct a worksheed formula that will round up to the
    nearest 100.

    f(26,335.37) = 26,400.00

  2. #2
    JE McGimpsey
    Guest

    Re: Round up to 100?

    One way:

    =CEILING(A1,100)

    Another:

    =ROUNDUP(A1,-2)

    In article <c5sj115jhv9tept5658bo7q2s2uu7fujs1@4ax.com>,
    Fred Holmes <fsh@his.com> wrote:

    > I'm trying to construct a worksheed formula that will round up to the
    > nearest 100.
    >
    > f(26,335.37) = 26,400.00


+ 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