Round to nearest foot (12 inches)

  • Thread starter Round to nearest foot
  • Start date
R

Round to nearest foot

I would like to enter a number in a cell and write a formula so that it
automatically rounds it up to the nearest 12" (foot).
 
R

Ron Rosenfeld

On Wed, 6 Sep 2006 18:21:01 -0700, Round to nearest foot <Round to nearest
I would like to enter a number in a cell and write a formula so that it
automatically rounds it up to the nearest 12" (foot).

What is the nature of the number?

If the number is a value in inches, then:

=CEILING(A1,12)


--ron
 
Top