View Single Post
  #3   Report Post  
Don Guillett
 
Posts: n/a
Default

Here is one I used for SQUARE fee in writing an estimating program for a
builer client.
=(C14+IF(D14<" ",D14/12,0))*(E14+IF(F14<" ",F14/12,0))

--
Don Guillett
SalesAid Software

"Jack" wrote in message
...
I am trying to get a formula to add the inches and feet together. The
program will add a base of ten with no problem. How do I get the program

to
accept additions on a twelve base? I do not want to use separate columns

for
feet and inches. In other words if I wanted to add 5' 06" to 6' 05" the

real
answer would be 11' 11" but the program gives an answer of 12.01. How do

I
stop this? Thank you in advance for any assistance you may have in this
matter.