View Single Post
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

If you have your measurements formatted such that feet
are in column A and inches are in column B, then try:

=INT(SUM(A:A)+SUM(B:B)/12)&"'-"&ROUND(MOD(SUM(A:A)+SUM
(B:B)/12,1)*12,0)&""""

Simply enter the numbers in col. A and B without adding '
or ".

This formula assumes that the numbers in col. B are whole
numbers. Nothing like 3.3 or 3 1/3.

HTH
Jason
Atlanta, GA

-----Original Message-----
How can I enter and format the data in feet and inches

and get an answer in
the same units (without pre-converting everything to

inches?)

When I add the data, I do not want the answer in

decimals. Just feet and
inches.
.