How exactly does RoundUp work?

Post Reply
NX-01
Posts: 2
Joined: Thu May 17, 2018 3:57 pm

How exactly does RoundUp work?

Post by NX-01 »

I have a cell whose function is W30/200 and the result is 5.25. But I want that result rounded up to 6. However, if I enter the roundup following the example in th program

Code: Select all

=RoundUp(W30/200 [, 1])
it returns an error and instead of a number, it displays other things.

So, how do I make freeoffice round the number up to 6?
stascheit
Posts: 89
Joined: Fri Nov 09, 2018 11:34 am

Re: How exactly does RoundUp work?

Post by stascheit »

Use this formula syntax instead:

Code: Select all

=RoundUp(W30/200, 1)
Post Reply

Return to “FreeOffice PlanMaker 2024 for Linux”