If sumproduct formula - combining from two data sheets

XWREN

New Member
Joined
Jun 1, 2015
Messages
12
I am trying to combine these two formulas into one formula pulling information from two separate data sheets (one called contracts, the other called contracts 2) and comparing to the budget. This is the formula that works with one data sheet (contract), but when I try to combine using a different data sheet (contract 2) I receive a "VALUE" error. Can anyone help with combining these formulas please:

=IF($I4>1,0,SUMPRODUCT(--($B4=Contracts!$Z$2:$Z$1244),--($C4=Contracts!$AA$2:$AA$1244),--($D4=Contracts!$AB$2:$AB$1244),--($H4=Contracts!$AC$2:$AC$1244),--( Contracts!$AM$2:$AM$1244="Instructor"),--Contracts!$AE$2:$AE$1244))

=IF($I4>1,0,SUMPRODUCT(--($B4='Contracts2!'!$N$2:$N$464),--($C4='Contracts2'!$K$2:$K$464),--($D12='Contracts2'!$L$2:$L$464),--($H12='Contracts2'!$O$2:$O$464),--( 'Contracts2'!$Z$2:$Z$464="Instructor"),--'Contracts2'!$J$2:$J$464))

Any help is very much appreciated,

Thanks
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
You can use
Formula 1
+
Formula 2

The formula may be quite long.

You can use a cell for the first formula and another cell for
the second formula and add the two cells in a third cell.

Excel 2010
ABCD
1(Formula 1+ Formula 2)Formula may be very long
2
3000
4
5a
Cell Formulas
RangeFormula
A3=0+N("formula 1")
B3=0+N("Formula 2")
C3=A3+B3
 
Last edited:
Upvote 0
You can use
Formula 1
+
Formula 2

The formula may be quite long.

You can use a cell for the first formula and another cell for
the second formula and add the two cells in a third cell.
Excel 2010
ABCD
1(Formula 1+ Formula 2)Formula may be very long
2
3000
4

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
5a

Worksheet Formulas
CellFormula
A3=0+N("formula 1")
B3=0+N("Formula 2")
C3=A3+B3

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

Hi Dave, Thanks for this suggestion. I had considered this, but I already have 4 columns as I am pulling the information in by account (we have 4 accounts), so really didn't want to add another 4 columns. We have gone to a new system and I am using two different data sets. If I can't combine it, I will certainly use this suggestion. Many thanks.
 
Upvote 0
My first suggestion could be similar to one of the following; use your 2 distinct SumProduct formulas.


Excel 2010
AB
45050
5a
Cell Formulas
RangeFormula
A4=IF($I4>1,0,SUMPRODUCT(--(C4:C12>10),D4:D12))+IF($I4>1,0,SUMPRODUCT(--(Z4:Z100>10),C4:C100))
B4=IF($I4>1,0,(SUMPRODUCT(--(C4:C12>10),D4:D12))+SUMPRODUCT(--(Z4:Z100>10),C4:C100))
Named Ranges
NameRefers ToCells
z=zList!$A$2
 
Upvote 0

Forum statistics

Threads
1,216,221
Messages
6,129,585
Members
449,520
Latest member
TBFrieds

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