Formula to change number upwards.

G

Guest

I have a formula in a cell (F17) that calculates the following: =B14/36

Easy enough, it's just a normal formula. However, I would like the result to
come out a bit different. Let's say that B14 = 300. That would (without
decimals) give the answer 8 in cell F17. With decimals, it's 8,33, and this
is where my problem comes in. See, I want the formula in F17 to display the
next "whole" number if the answer is bigger than ,00. Like this:

300/36=8,33 but I want it to display 9. Same if the answer was 20,6 I would
like it to display 21 instead.

Do you understand and does anyone have a good solution?

Thanks,
Svensson
 
G

Guest

Thanks but it does not work. I get the "You've entered too few arguments for
this formula" error. Any other ideas?
 
B

Bob Phillips

=ROUNDUP(B14/36;0)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
G

Guest

That's the one, Bob. Thanks a bunch.

Bob Phillips said:
=ROUNDUP(B14/36;0)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top