SUM INDEX MATCH Help.

tandkb

Board Regular
Joined
Dec 29, 2010
Messages
51
Office Version
  1. 365
Platform
  1. Windows
Hi I am currently using this formula.

=IFERROR(INDEX(Transfers!$J$5:$J$999999,MATCH(A68&$A$61,Transfers!$F$5:$F$999999&Transfers!$H$5:$H$999999,0),MATCH($A$3,Transfers!$E$5:$E$999999,0)),0)

It works great except it does not sum multiple matches it only find the first match in the table. I need it to SUM all the matches in the table.

Thanks so much for your help in advance!
 
To improve sheet performance, you must change 999999 to a smaller number, perhaps a slack of 10 additional rows over the last cell with data.
Having several array formulas does not improve sheet performance.
If the sheet is very slow, then you could change some formulas for macros.


Ah ok. The SUMPRODUCT is not an Array Correct. I will start with that and then replace the 9999999. Thanks so much for the help once again!
 
Upvote 0

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Ah ok. The SUMPRODUCT is not an Array Correct. I will start with that and then replace the 9999999. Thanks so much for the help once again!

Technically sumproduct itself is an array formula, only that it looks like a regular formula.
For the criteria you are looking for a formula array is necessary.
 
Upvote 0

Forum statistics

Threads
1,214,959
Messages
6,122,476
Members
449,087
Latest member
RExcelSearch

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