Multiply Measurement X # rooms

steveps1234

New Member
Joined
Jan 26, 2005
Messages
5
I'm trying to create a formula that multiplies various room measurements times the number of rooms needed for an employee floor plan. For example, I have 3 rooms measuring 9'-10" (I'm using that format for the room measurement). I want to multiply 3 X 9'-10" and get a total for square feet needed. Thanks!

Steve C
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Steve,

Here's something that might work - if all rooms are the same size. You should be able to customize it as needed though.
Book1
ABCDE
1X118inches
2equals
39feet10inches
4Y124inches
5equals
610feet4inches
7SqIn14632
8SqFt101.61
9
10Noofrooms3
11TotalSqFt304.83
Sheet1


HTH,
Jim

PS. Not sure where the "" text is coming from. It seems to be either blank cells or spaces between words...
 
Upvote 0
if you keep the feet and inch data in seperate cells it can be quite simple.
i.e. 10'-6" would be
A1 = 10
A2 = 6

A1 + A2/12 = 10.5 (decimal feet)

multiply two decimal feet values together and you have square ft.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top