+ Reply to Thread
Results 1 to 3 of 3

How do i round up the sum of a formula

  1. #1
    ian
    Guest

    How do i round up the sum of a formula

    I woul like to round up the sum of a formula

    =K11+(M7*25%)

    =115+(22*25%)=120.5 shouldshow 121



  2. #2
    Forum Contributor
    Join Date
    08-07-2004
    Location
    Ohio, USA
    Posts
    114
    The "0" determines the number of decimal places.

    =ROUNDUP(115+(22*25%),0)

  3. #3
    Norman Jones
    Guest

    Re: How do i round up the sum of a formula

    Hi Ian,

    Try:

    =ROUND(115+(22*25%),0)

    See also the ROUNDUP and ROUNDDOWN functions in Excel help.


    ---
    Regards,
    Norman



    "ian" <[email protected]> wrote in message
    news:[email protected]...
    >I woul like to round up the sum of a formula
    >
    > =K11+(M7*25%)
    >
    > =115+(22*25%)=120.5 shouldshow 121
    >
    >




+ 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