SUMPRODUCT 3D Dynamic Reference

eg8

New Member
Joined
Oct 4, 2011
Messages
7
Hello!

Running into an issue when trying to create a 3D Sumproduct formula, which I have come to find out is not possible in MS Excel 2010 since the Morefunc add-in is not compatible, to use THREED function.

Trying to figure out the work around using a "SUMPRODUCT(N(INDIRECT" function, but having issues lining it up with my data.

The formula I have now is:
Code:
=IF(ISBLANK($B2),"0",SUMPRODUCT(('First:Divide'!$E$3:$Z$3=Master!$B2)*('First:Divide'!$B$5:$B$110="AccountL")),First:Divide!$E$5:$Z$110))

Some notes to help:
-"First" is the first tab in workbook "Divide" is the last
-Master!B2 is a project which will be located in E3-Z3 on the First-Divide sheets(this list goes down through Master!B10000, all of which can be manually input in E3-Z3)
-Sum Range is E5-Z110 on First-Divide tabs

Any advice on how this would translate to the "sumproduct(n(indirect" formula string would be EXTREMELY helpful!

Thank you!
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,215,632
Messages
6,125,909
Members
449,274
Latest member
mrcsbenson

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