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.
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.
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.
In article <7064B8D5-02DB-4EFC-ACD5-6FA0D7B57B39@microsoft.com>,
"Amie" <Amie@discussions.microsoft.com> wrote:
> 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.
Hi
=CEILING(A1,12)
just for reference sake to round down to the nearest number divisible by 12
use
=FLOOR(A1,12)
Cheers
JulieD
"Amie" <Amie@discussions.microsoft.com> wrote in message
news:7064B8D5-02DB-4EFC-ACD5-6FA0D7B57B39@microsoft.com...
> 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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks