How can i roundup a cell that's already using data/function from another cell?

I have one cell that shows a percentage of a certain value from another cell, but how can get the percentage value to roundup since i am already using a function on that cell…? Is that possible?

Hallo
wrap the existing Formula, eg:

=ROUNDUP( existing_formula ; your argument for roundup )
1 Like

Uhh… do you have an example? I only get ### when i type in the number…

In my case, it looks like this:

=ROUNDUP( F46/E46*100,G46,0)

What am i doing wrong?

ROUNDUP need 2 Arguments not 3!

1 Like