Hi there,
I am using the Round Function to round some computed percentage values to 0 decimals.
The values are:
[TABLE="width: 83"]
<tbody>[TR]
[TD="class: xl63, width: 83"]48,4848485
[TABLE="width: 83"]
<tbody>[TR]
[TD="class: xl65, width: 83"]27,2727273
[TABLE="width: 83"]
<tbody>[TR]
[TD="class: xl65, width: 83"]24,2424242
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
So 100% all together.
For the first number the Round Function, i.e. =Round(48,4848485,0), rounds down to 48!! This is incorrect, as it should round up to 49! For the remaining two it yields correct number, i.e. 27 and 24.
Does anyone have an idea why it wouldn't round correctly?
Thanks,
Helen
I am using the Round Function to round some computed percentage values to 0 decimals.
The values are:
[TABLE="width: 83"]
<tbody>[TR]
[TD="class: xl63, width: 83"]48,4848485
[TABLE="width: 83"]
<tbody>[TR]
[TD="class: xl65, width: 83"]27,2727273
[TABLE="width: 83"]
<tbody>[TR]
[TD="class: xl65, width: 83"]24,2424242
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
So 100% all together.
For the first number the Round Function, i.e. =Round(48,4848485,0), rounds down to 48!! This is incorrect, as it should round up to 49! For the remaining two it yields correct number, i.e. 27 and 24.
Does anyone have an idea why it wouldn't round correctly?
Thanks,
Helen