+ Reply to Thread
Results 1 to 2 of 2

How do I apply the ROUNDUP formula to a range of calculated data

  1. #1
    IslandGreenHouse
    Guest

    How do I apply the ROUNDUP formula to a range of calculated data

    I have developed a number of calculations returning values to 2 decimal
    points. I want to have those values rounded up to the next whole number. Is
    there a method to apply the ROUNDUP function to the whole range of values I
    want to adjust?

  2. #2
    Sandy Mann
    Guest

    Re: How do I apply the ROUNDUP formula to a range of calculated data

    Wrap the formula in a ROUNDUP formula as in =ROUNDUP(Yourformula,0)

    Note: "Yourformula" in this case does not start with an equals sign.

    However, if by " apply the ROUNDUP function to the whole range of values"
    you mean to the total of the column then =ROUNDUP(SUM(YourRange,0) may be
    what you are seeking ie:

    With the values worked out by the original formulas as:

    1.2
    1.2
    1.5
    2.5

    then rounding each individual answer will give:
    2
    2
    2
    3
    SUM: 9

    but rounding only the total will give:
    1.2
    1.2
    1.5
    2.5
    =6.4 rounded up to give 7

    Take your pick.

    HTH

    Sandy



    "IslandGreenHouse" <[email protected]> wrote in
    message news:[email protected]...
    > I have developed a number of calculations returning values to 2 decimal
    > points. I want to have those values rounded up to the next whole number.

    Is
    > there a method to apply the ROUNDUP function to the whole range of values

    I
    > want to adjust?




+ 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