- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need help rounding up the Calculated Total of a cell within a column of a Revit Schedule. As an example, I have a schedule with (4) parameters: "Count", "Value","Denom","Result". Count being the number of elements, Value being some value associated to the element, Denom being the Denominator Value is to be divided by, and Result being the Result. All columns shown in grey have the "Calculate Totals checked" and thus show the combined total for each type.
For column "Result" it is a calculated value as a "Number" with a formula "Value/Denom" at a Field Format of 2 decimal places.
My issue is rounding up these values to the nearest whole number. I cannot simply change the "Result" calculated value to "roundup(Value/Denom)" as it would result incorrectly or even null
for example, the first row of Result of type count 5 is really the sum of (3/24 = 0.13) 5 times or 0.65.
0.13
0.13
0.13
0.13
0.13
if I used the roundup function it would result in, resulting in a total of 5.
1
1
1
1
1
The desired outcome being the next whole number of 0.65 = 1.
Any idea how to go about this? Thank you.
Solved! Go to Solution.