B brijesh Oct 9, 2009 #1 In Excel ,how we can multiply 2fit3inch and 4fit3inch .can u help me by any function or any type??????
In Excel ,how we can multiply 2fit3inch and 4fit3inch .can u help me by any function or any type??????
J Jacob Skaria Oct 9, 2009 #2 Try the below and once you get it how to work combine it to a single formula Col A Col B Col C Feet Inches In inches 2 3 =A2*12+B2 4 3 =A3*12+B3 =C2+C3 In cell C4 =c2+c3 =INT(C4/144) & " sq feet " & MOD(C4,144) & " inches" PS: Also take a look at CONVERT() Converts a number from one measurement system to another.. part of Analysis ToolPak add-in. If this post helps click Yes
Try the below and once you get it how to work combine it to a single formula Col A Col B Col C Feet Inches In inches 2 3 =A2*12+B2 4 3 =A3*12+B3 =C2+C3 In cell C4 =c2+c3 =INT(C4/144) & " sq feet " & MOD(C4,144) & " inches" PS: Also take a look at CONVERT() Converts a number from one measurement system to another.. part of Analysis ToolPak add-in. If this post helps click Yes