Summing a range with multiple criteria

drangel

New Member
Joined
Aug 29, 2014
Messages
18
Hi,

I am attempting to sum a range (multiple rows and columns) based on multiple criteria (location, type, and if it contains value >=0) in another tab in workbook. I have attempted sumifs, sum(if()), and array formulas but have been unsuccessful.

=SUMIFS('TRUCK Utilization'!P$7:P$367,'TRUCK Utilization'!P$7:P$367,">=0",Table2[TYPE],$B4,Table2[LOCATION],AL$3)

I actually want it to sum ALL values in range P11:AT367 (not just those in row P). When I select/input the entire range I get #Value or 0 and it doesn't sum any...

I want to put in a formula that will sum month to day (running total for the month) availability of truck in the particular location, if its the right type of truck, and if it was available (shown by a value greater than 0).
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
I attempted to attach a sample but have yet to find the Attachment icon. Here it is:

A Truck Utilization tab tracks the daily usage seen below.
[TABLE="width: 2752"]
<tbody>[TR]
[TD="class: xl190, width: 64"]UNIT #[/TD]
[TD="class: xl196, width: 64"]Old #[/TD]
[TD="class: xl191, width: 64"]TYPE[/TD]
[TD="class: xl191, width: 64"]DESCRIPTION[/TD]
[TD="class: xl190, width: 64"]ENTITY[/TD]
[TD="class: xl190, width: 64"]LOCATION[/TD]
[TD="class: xl192, width: 64"]YEAR[/TD]
[TD="class: xl193, width: 64"]MODEL[/TD]
[TD="class: xl197, width: 64"]Moved?[/TD]
[TD="class: xl194, width: 64"]From[/TD]
[TD="class: xl195, width: 64"]Date[/TD]
[TD="class: xl198, width: 64"]7/1[/TD]
[TD="class: xl198, width: 64"]7/2[/TD]
[TD="class: xl198, width: 64"]7/3[/TD]
[TD="class: xl198, width: 64"]7/4[/TD]
[TD="class: xl198, width: 64"]7/5[/TD]
[TD="class: xl198, width: 64"]7/6[/TD]
[TD="class: xl198, width: 64"]7/7[/TD]
[TD="class: xl198, width: 64"]7/8[/TD]
[TD="class: xl198, width: 64"]7/9[/TD]
[TD="class: xl198, width: 64"]7/10[/TD]
[TD="class: xl198, width: 64"]7/11[/TD]
[TD="class: xl198, width: 64"]7/12[/TD]
[TD="class: xl198, width: 64"]7/13[/TD]
[TD="class: xl198, width: 64"]7/14[/TD]
[TD="class: xl198, width: 64"]7/15[/TD]
[TD="class: xl198, width: 64"]7/16[/TD]
[TD="class: xl198, width: 64"]7/17[/TD]
[TD="class: xl198, width: 64"]7/18[/TD]
[TD="class: xl198, width: 64"]7/19[/TD]
[TD="class: xl198, width: 64"]7/20[/TD]
[TD="class: xl198, width: 64"]7/21[/TD]
[TD="class: xl198, width: 64"]7/22[/TD]
[TD="class: xl198, width: 64"]7/23[/TD]
[TD="class: xl198, width: 64"]7/24[/TD]
[TD="class: xl198, width: 64"]7/25[/TD]
[TD="class: xl198, width: 64"]7/26[/TD]
[TD="class: xl198, width: 64"]7/27[/TD]
[TD="class: xl198, width: 64"]7/28[/TD]
[TD="class: xl198, width: 64"]7/29[/TD]
[TD="class: xl198, width: 64"]7/30[/TD]
[TD="class: xl198, width: 64"]7/31[/TD]
[TD="class: xl198, width: 64"]MTD7[/TD]
[/TR]
[TR]
[TD="class: xl189"]1[/TD]
[TD="class: xl182"][/TD]
[TD="class: xl186"]Vacuum[/TD]
[TD="class: xl186"][/TD]
[TD="class: xl182"][/TD]
[TD="class: xl182"]Houston[/TD]
[TD="class: xl182"]2005[/TD]
[TD="class: xl187"]Peterbilt[/TD]
[TD="class: xl184"][/TD]
[TD="class: xl188"][/TD]
[TD="class: xl185"][/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl183"][/TD]
[/TR]
</tbody>[/TABLE]


The Truck Summary tab shows the following
[TABLE="width: 2426"]
<tbody>[TR]
[TD]Truck Types[/TD]
[TD]on List[/TD]
[TD]7/1[/TD]
[TD]7/2[/TD]
[TD]7/3[/TD]
[TD]7/4[/TD]
[TD]7/5[/TD]
[TD]7/6[/TD]
[TD]7/7[/TD]
[TD]7/8[/TD]
[TD]7/9[/TD]
[TD]7/10[/TD]
[TD]7/11[/TD]
[TD]7/12[/TD]
[TD]7/13[/TD]
[TD]7/14[/TD]
[TD]7/15[/TD]
[TD]7/16[/TD]
[TD]7/17[/TD]
[TD]7/18[/TD]
[TD]7/19[/TD]
[TD]7/20[/TD]
[TD]7/21[/TD]
[TD]7/22[/TD]
[TD]7/23[/TD]
[TD]7/24[/TD]
[TD]7/25[/TD]
[TD]7/26[/TD]
[TD]7/27[/TD]
[TD]7/28[/TD]
[TD]7/29[/TD]
[TD]7/30[/TD]
[TD]7/31[/TD]
[TD]MTD7[/TD]
[TD][/TD]
[TD][/TD]
[TD]Midland[/TD]
[/TR]
[TR]
[TD]Vacuum[/TD]
[TD] -[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]40[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Available[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]OOS-Internal[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]




The bottom right in bold (for Midland) is where I am attempting to calculate.
 
Upvote 0
I attempted to attach a sample but have yet to find the Attachment icon. Here it is:

A Truck Utilization tab tracks the daily usage seen below.
[TABLE="width: 2752"]
<tbody>[TR]
[TD="class: xl190, width: 64"]UNIT #[/TD]
[TD="class: xl196, width: 64"]Old #[/TD]
[TD="class: xl191, width: 64"]TYPE[/TD]
[TD="class: xl191, width: 64"]DESCRIPTION[/TD]
[TD="class: xl190, width: 64"]ENTITY[/TD]
[TD="class: xl190, width: 64"]LOCATION[/TD]
[TD="class: xl192, width: 64"]YEAR[/TD]
[TD="class: xl193, width: 64"]MODEL[/TD]
[TD="class: xl197, width: 64"]Moved?[/TD]
[TD="class: xl194, width: 64"]From[/TD]
[TD="class: xl195, width: 64"]Date[/TD]
[TD="class: xl198, width: 64"]7/1[/TD]
[TD="class: xl198, width: 64"]7/2[/TD]
[TD="class: xl198, width: 64"]7/3[/TD]
[TD="class: xl198, width: 64"]7/4[/TD]
[TD="class: xl198, width: 64"]7/5[/TD]
[TD="class: xl198, width: 64"]7/6[/TD]
[TD="class: xl198, width: 64"]7/7[/TD]
[TD="class: xl198, width: 64"]7/8[/TD]
[TD="class: xl198, width: 64"]7/9[/TD]
[TD="class: xl198, width: 64"]7/10[/TD]
[TD="class: xl198, width: 64"]7/11[/TD]
[TD="class: xl198, width: 64"]7/12[/TD]
[TD="class: xl198, width: 64"]7/13[/TD]
[TD="class: xl198, width: 64"]7/14[/TD]
[TD="class: xl198, width: 64"]7/15[/TD]
[TD="class: xl198, width: 64"]7/16[/TD]
[TD="class: xl198, width: 64"]7/17[/TD]
[TD="class: xl198, width: 64"]7/18[/TD]
[TD="class: xl198, width: 64"]7/19[/TD]
[TD="class: xl198, width: 64"]7/20[/TD]
[TD="class: xl198, width: 64"]7/21[/TD]
[TD="class: xl198, width: 64"]7/22[/TD]
[TD="class: xl198, width: 64"]7/23[/TD]
[TD="class: xl198, width: 64"]7/24[/TD]
[TD="class: xl198, width: 64"]7/25[/TD]
[TD="class: xl198, width: 64"]7/26[/TD]
[TD="class: xl198, width: 64"]7/27[/TD]
[TD="class: xl198, width: 64"]7/28[/TD]
[TD="class: xl198, width: 64"]7/29[/TD]
[TD="class: xl198, width: 64"]7/30[/TD]
[TD="class: xl198, width: 64"]7/31[/TD]
[TD="class: xl198, width: 64"]MTD7[/TD]
[/TR]
[TR]
[TD="class: xl189"]1[/TD]
[TD="class: xl182"][/TD]
[TD="class: xl186"]Vacuum[/TD]
[TD="class: xl186"][/TD]
[TD="class: xl182"][/TD]
[TD="class: xl182"]Houston[/TD]
[TD="class: xl182"]2005[/TD]
[TD="class: xl187"]Peterbilt[/TD]
[TD="class: xl184"][/TD]
[TD="class: xl188"][/TD]
[TD="class: xl185"][/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl182"]1[/TD]
[TD="class: xl183"][/TD]
[/TR]
</tbody>[/TABLE]


The Truck Summary tab shows the following
[TABLE="width: 2426"]
<tbody>[TR]
[TD]Truck Types[/TD]
[TD]on List[/TD]
[TD]7/1[/TD]
[TD]7/2[/TD]
[TD]7/3[/TD]
[TD]7/4[/TD]
[TD]7/5[/TD]
[TD]7/6[/TD]
[TD]7/7[/TD]
[TD]7/8[/TD]
[TD]7/9[/TD]
[TD]7/10[/TD]
[TD]7/11[/TD]
[TD]7/12[/TD]
[TD]7/13[/TD]
[TD]7/14[/TD]
[TD]7/15[/TD]
[TD]7/16[/TD]
[TD]7/17[/TD]
[TD]7/18[/TD]
[TD]7/19[/TD]
[TD]7/20[/TD]
[TD]7/21[/TD]
[TD]7/22[/TD]
[TD]7/23[/TD]
[TD]7/24[/TD]
[TD]7/25[/TD]
[TD]7/26[/TD]
[TD]7/27[/TD]
[TD]7/28[/TD]
[TD]7/29[/TD]
[TD]7/30[/TD]
[TD]7/31[/TD]
[TD]MTD7[/TD]
[TD][/TD]
[TD][/TD]
[TD]Midland[/TD]
[/TR]
[TR]
[TD]Vacuum[/TD]
[TD] -[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]4[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]40[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Available[/TD]
[TD][/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]OOS-Internal[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]




The bottom right in bold (for Midland) is where I am attempting to calculate... Do any of you have any ideas?
 
Upvote 0

Forum statistics

Threads
1,222,149
Messages
6,164,238
Members
451,882
Latest member
Bigtop

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