+ Reply to Thread
Results 1 to 4 of 4

rounding formula

  1. #1
    Registered User
    Join Date
    08-18-2005
    Posts
    1

    rounding formula

    I am looking for a formula that will allow me to compute a percentage of value A and round the result to the neareast whole dollar. Any assistance is greatly appreciated

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    qmaster

    Have a look at the Dollar and Round commands

    eg
    a1 has 33 in it

    a2 =DOLLAR(A1/4,0)
    a3 =ROUND(A4/4,0)

    Both Result = $8

    Sum command does not appear to work with Dollar command but does work with Round command

  3. #3
    Mangesh Yadav
    Guest

    Re: rounding formula

    Lets say your value is in cell A1 and the percent figure in cell B1, then
    use

    =ROUND(A1*B1,0)


    Mangesh




    "qmaster" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I am looking for a formula that will allow me to compute a percentage of
    > value A and round the result to the neareast whole dollar. Any
    > assistance is greatly appreciated
    >
    >
    > --
    > qmaster
    > ------------------------------------------------------------------------
    > qmaster's Profile:

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




  4. #4
    Rowan
    Guest

    Re: rounding formula

    Sum doesn't work with Dollar as Dollar converts result to text.

    Hope this helps
    Rowan

    "mudraker" wrote:

    >
    > qmaster
    >
    > Have a look at the Dollar and Round commands
    >
    > eg
    > a1 has 33 in it
    >
    > a2 =DOLLAR(A1/4,0)
    > a3 =ROUND(A4/4,0)
    >
    > Both Result = $8
    >
    > Sum command does not appear to work with Dollar command but does work
    > with Round command
    >
    >
    > --
    > mudraker
    > ------------------------------------------------------------------------
    > mudraker's Profile: http://www.excelforum.com/member.php...fo&userid=2473
    > View this thread: http://www.excelforum.com/showthread...hreadid=397095
    >
    >


+ 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