Missed to mention that this is part of Analysis toolPAK. On the Tools menu,
click Add-Ins. In the Add-Ins available box, select the check box next to
Analysis Toolpak, and then click OK. Now check out the tools Tab the last
command button would be 'Data Analaysis'
--From excel Options>AddIns> bottom for 'Manage' make sure the selection is
'Excel Add-Ins' and click 'Go'.
--Now from the list select Anallysis ToolPak. If Analysis ToolPak is not
listed in the Add-Ins available box, click Browse to locate it (analys32.dll)
--You will be prompted to installed on your computer, click Yes to install it.
--From excel Options>AddIns> bottom for 'Manage' make sure the selection is
'Excel Add-Ins' and click 'Go'.
--Now from the list select Anallysis ToolPak. If Analysis ToolPak is not
listed in the Add-Ins available box, click Browse to locate it (analys32.dll)
--You will be prompted to installed on your computer, click Yes to install it.
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
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.