SUMIFS formulas to Excel 2003

MrSumitomo

New Member
Joined
Jul 15, 2011
Messages
1
Hi,

I have been given an excel 2007 model but I only have Excel 2003 on my work computer. When I have opened up the model, I got #name in the cells where there is this formula. After doing somer research I learned that SUMPRODUCT formulas should be used. The question is whether SUMPRODUCT would work with these SUMIFS formulas:

_xlfn.SUMIFS(Construction!$G$302:$CJ$302,Construction!$G$5:$CJ$5,"<="&Debt!H54,Construction!$G$4:$CJ$4,">="&Debt!H53)-_xlfn.SUMIFS(Construction!$G$303:$CJ$303,Construction!$G$5:$CJ$5,"<="&Debt!H54,Construction!$G$4:$CJ$4,">="&Debt!H53)


Thanks for the help!


 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Welcome to MrExcel Board...

yes sumproduct will work

Code:
=SUMPRODUCT((Construction!$G$302:$CJ$302),--(Construction!$G$5:$CJ$5<=Debt!H54),--(Construction!$G$4:$CJ$4>=Debt!H53))
 
Upvote 0

Forum statistics

Threads
1,216,146
Messages
6,129,125
Members
449,488
Latest member
qh017

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