countifs and multiply

jimtheeagle

New Member
Joined
Jan 15, 2013
Messages
31
Hello kind Mr. Excel folks,

My main table looks like this:

<style type="text/css">
table.tableizer-table {
border: 1px solid #CCC; font-family: Arial, Helvetica, sans-serif
font-size: 12px;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #ccc;
}
.tableizer-table th {
background-color: #104E8B;
color: #FFF;
font-weight: bold;
}
</style>
SiteSuiteRoom #UsernameFirst NameLast NameEmployee NameTitleRoom TypeUtilizationAssignment Status
EME110011.01ChardonnayConferenceChardonnay ConferenceConference Room
EME110011.02Std CubeVacant, but furnished
EME110011.03Std CubeVacant, but furnished
EME110011.04rsmithRaeSmithRae SmithCredit ManagerStd Ext Office5 days/ weekSecure
EME110011.05hchangHieuChangHieu ChangData AnalystStd Cube5 days/ weekSecure
EME110011.06Crissy FieldPrintCrissy Field PrintPrint Station
EME110011.07tknollTomKnollTom KnollInfrastructure ManagerStd Ext Office5 days/ weekSecure
EME110011.08cwestChadWestChad WestIndependent ContractorStd Cube1-2 days / weekSecure
EME110011.09Std CubeVacant, but furnished
EME110011.10mgarciaMelindaGarciaMelinda GarciaHR ManagerStd Ext Office5 days/ weekSecure
EME110011.11Std CubeVacant, but furnished
EME110011.12tfreemanTiffanyFreemanTiffany FreemanAccounting AssistantStd Cube5 days/ weekSecure
EME110011.13ajonesAngelaJonesAngela JonesPayroll SpecialistStd Ext Office5 days/ weekSecure
EME110011.14pbrownPriscillaBrownPriscilla BrownPayroll SpecialistStd Cube5 days/ weekSecure
EME110011.15vsmithValerieSmithValerie SmithAccounting AssistantStd Cube5 days/ weekSecure
EME110011.16Std Ext OfficeUnfurnished

<tbody>
</tbody>


The table I am trying to populate is:
SiteTotal CapacityUnutilized CurrentHires
(hired but
not started)
6-Mth Hotlist
estimates
Planned
Remain.Cap.
Sqft# Ext Offices# Int Offices# WorkstationsSeated Capacity# ConfSqft/seat# Ext Off# Int Off# WorkOpen SeatsOpen# Ext Off# Int Off# Work# Ext Off# Int Off# WorkHotlist success# Ext Off# Int Off# WorkOpen
ALP00000021522450%-4-3-9####
ATL000000
BOG000000
BOS5,30000000
BTM4,89600000
CAL000000
CCI10,09100000
CHA000000
CHI11,01500000
CST6,11800000
DAL3,35400000
DCN57,48300000
EME33,7986612841626209
HOU8,23900000

<tbody>
</tbody>



The cell I need help with is the "unutilized current"

What should happen is it should reference the site e.g. EME, then subtract from the total number of spaces, e.g. Ext Offices (in EME) the number of "secure" rooms with the following calculation: sum the following: "5 days / week * 100%" + "3-4 days/ week * 70% + 1-2 days /week * 30% + less than 1 day/ week * 10%

Hope that all makes sense and thank you in advance.
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,215,326
Messages
6,124,267
Members
449,149
Latest member
mwdbActuary

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