rounding question

A

Amie

Hi:

I need the formula that will round a number from one cell to the next number
divisible by 12 (eg if cell A1 has 25 typed into it, cell A2 will come up
with 36). The formula must round up (not to the nearest).

Thanks.
 
J

JE McGimpsey

Please don't post the same message under different subject lines. It
only tends to fragment any answers you get, and potentially wastes the
time of those answering questions that have already been answered.

See

http://cpearson.com/excel/newposte.htm

for tips on using these newsgroups effectively.
 
J

JulieD

Hi

=CEILING(A1,12)

just for reference sake to round down to the nearest number divisible by 12
use
=FLOOR(A1,12)


Cheers
JulieD
 

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