+ Reply to Thread
Results 1 to 3 of 3

Can a formula be set up to round to the nearest nickel?

Hybrid View

  1. #1
    SW
    Guest

    Can a formula be set up to round to the nearest nickel?

    I am taking a specific cell, mulitiplying by 10% adding together, and the
    outcome I want to be rounded to the nearest nickel.


  2. #2
    Jim May
    Guest

    RE: Can a formula be set up to round to the nearest nickel?

    =CEILING(A3*$B$1,0.05) Displays .85
    or
    =FLOOR(A3*$B$1,0.05) Displays .80

    where your cell A3 = .75
    and Cell B1 = 1.10 and actual result is .825

    HTH


    "SW" wrote:

    > I am taking a specific cell, mulitiplying by 10% adding together, and the
    > outcome I want to be rounded to the nearest nickel.
    >


  3. #3
    Bob Phillips
    Guest

    Re: Can a formula be set up to round to the nearest nickel?

    =ROUND(A1*110%,2)

    --

    HTH

    Bob Phillips

    (remove nothere from the email address if mailing direct)

    "SW" <SW@discussions.microsoft.com> wrote in message
    news:2F3CB332-4597-4598-9D6D-419DEA081BDE@microsoft.com...
    > I am taking a specific cell, mulitiplying by 10% adding together, and the
    > outcome I want to be rounded to the nearest nickel.
    >




+ 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