Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
IslandGreenHouse
 
Posts: n/a
Default 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   Report Post  
Sandy Mann
 
Posts: n/a
Default

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" wrote in
message ...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If formula for date range rediproof Excel Discussion (Misc queries) 9 May 28th 05 04:59 AM
formula to copy last positive number in range of cells rolan Excel Worksheet Functions 6 May 14th 05 02:27 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM
HOW TO USE A FORMULA TO CHANGE CELL COLOR ACCORDING TO DATE RANGE. terry Excel Worksheet Functions 2 December 27th 04 04:07 AM
How to populate formula in range of vertical cells to next colum Robert Excel Worksheet Functions 0 November 17th 04 05:09 AM


All times are GMT +1. The time now is 08:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"