SUM of hours for a given Workstation

jeffcvip

New Member
Joined
Jul 25, 2017
Messages
2
I have gotten stuck at the operation every time I try to construct this spreadsheet.
So, I need help.

I have two tables. On is a reference for times and the other is a growing table of dates.
Both tables have the same columns (Parts).
The first table has Workstations in rows and Parts in columns. The cells contain times needed for each Workstation to build a certain Part.

The second table has Projects in rows and Parts in columns. The cells contain dates needed for each Project that requires certain Parts.

I would like to SUM the hours associated for a Workstation for all Projects between two dates.
What I have so far does not work:
=SUMPRODUCT(--(Sheet1!E35:U49>=Sheet2!F4),--(Sheet1!E35:U49<=Sheet2!F5),--(Sheet1!D4:D28=Sheet2!B8),Sheet1!$E$4:$U$28)

Thanks for any help you can give using Excel 2003.
Jeff C.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,223,902
Messages
6,175,278
Members
452,629
Latest member
SahilPolekar

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