G Guest Sep 7, 2006 #1 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).
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 Sep 7, 2006 #2 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). Click to expand... What is the nature of the number? If the number is a value in inches, then: =CEILING(A1,12) --ron
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). Click to expand... What is the nature of the number? If the number is a value in inches, then: =CEILING(A1,12) --ron
G Gord Dibben Sep 7, 2006 #3 See Chip Pearson's site for working with feet and inches. http://www.cpearson.com/excel/FeetInches.htm Gord Dibben MS Excel MVP On Wed, 6 Sep 2006 18:21:01 -0700, Round to nearest foot <Round to nearest
See Chip Pearson's site for working with feet and inches. http://www.cpearson.com/excel/FeetInches.htm Gord Dibben MS Excel MVP On Wed, 6 Sep 2006 18:21:01 -0700, Round to nearest foot <Round to nearest