( by Paul Enestvedt )
How do I enter feet and inches in a spreadsheet so that I can multiple values together and arrive at a sq. ft. (L x W) value?
Solution:
Have a look at the following screenshot:
In the above sheet, I have the following formula in Cell G3:
=round( ( (A3*12)+B3 ) * ( (D3*12)+E3 ) / 144 ; 2 )
and then you can drag the above formula to Cell G4,G5... and so on... as far as needed...
And you can also use the following array formula in Cell G3 to auto populate entire column G:
=arrayformula( if( A3:A="" ; "" ; round( ( (A3:A*12)+B3:B ) * ( (D3:D*12)+E3:E ) / 144 ; 2 ) ) )
I hope the above solution will help you, and if you need more help then please do comment below on this blog itself, I will try to help you out.And you can also use the following array formula in Cell G3 to auto populate entire column G:
=arrayformula( if( A3:A="" ; "" ; round( ( (A3:A*12)+B3:B ) * ( (D3:D*12)+E3:E ) / 144 ; 2 ) ) )
I also take up private and confidential projects:
If this blog post was helpful to you, and if you think you want to help me too and make my this blog survive then please donate here: http://igoogledrive.blogspot.com/2012/09/donate.html