Thank you!
Instead of a number how would I write this if I wanted to reference a cell?
There will be a column of numbers and I'll want to divide each number by 12.
A5/12
A6/12
A7/12 etc
Thanks
Boze
one way:
=ROUNDUP(38/12,2)
In article <eqNdoyvoHHA.4692@TK2MSFTNGP05.phx.gbl>,
"Boze" <zebozette@mailhot.com> wrote:
> I want to divide one number by another and round the answer up to the
> nearest hundreth.
[quoted text clipped - 4 lines]
> Thanks in advance
> Boze
JE McGimpsey - 30 May 2007 22:34 GMT
One way:
=ROUNDUP(A5/12,2)
> Thank you!
>
[quoted text clipped - 22 lines]
> > Thanks in advance
> > Boze
Gord Dibben - 30 May 2007 22:47 GMT
=ROUNDUP(A5/12,2) entered in B5.
Double-click on B5 fill handle to copy down as far as you have numbers in A.
Gord Dibben MS Excel MVP
>Thank you!
>
[quoted text clipped - 22 lines]
>> Thanks in advance
>> Boze
Boze - 31 May 2007 18:47 GMT
That works great. Is there a way that I can get zeros to show so there's
always 2 digits after the decimal point? 3.00 instead of 3 ?
=ROUNDUP(A5/12,2) entered in B5.
Double-click on B5 fill handle to copy down as far as you have numbers in A.
Gord Dibben MS Excel MVP
>Thank you!
>
[quoted text clipped - 22 lines]
>> Thanks in advance
>> Boze
Gord Dibben - 31 May 2007 18:58 GMT
Format>Cells>Number>Number. Set to two decimal places.
Gord
>That works great. Is there a way that I can get zeros to show so there's
>always 2 digits after the decimal point? 3.00 instead of 3 ?
[quoted text clipped - 31 lines]
>>> Thanks in advance
>>> Boze
Boze - 01 Jun 2007 19:58 GMT
Geez, I should've been able to figure that one out. Guess it was too
obvious!
Thanks again, Gord
Boze
Format>Cells>Number>Number. Set to two decimal places.
Gord
>That works great. Is there a way that I can get zeros to show so there's
>always 2 digits after the decimal point? 3.00 instead of 3 ?
[quoted text clipped - 34 lines]
>>> Thanks in advance
>>> Boze