Index Multiple Match question

lost_in_the_sauce

Board Regular
Joined
Jan 18, 2021
Messages
128
Office Version
  1. 365
Platform
  1. Windows
Trying to get this to work from an array with the following column titles:

Company CodeDepartment CodeAccount CodeCompanyAccountDepartmentIdentifierYearPeriod IDAccount NumberAccount DescriptionDebit AmountCredit AmountCompanyPeriod Balance

And the formula sheet

CompanyJan-17Feb-17Mar-17Apr-17May-17
20172017201720172017
12345

with rows that have account names. Trying =index('DATA'!$A$1:$O$13758,match('FORMULAS'!E$2,'GP 2017-2021'!$H:$H,0),match('FORMULAS'!E$3,'GP 2017-2021'!$I:$I,0),match('FORMULAS'!$C$1,'GP 2017-2021'!$D:$D,0),match('FORMULAS'!$C8,'GP 2017-2021'!$K:$K,0)) and getting errors - I want to pull the Period Balance in column O on 'DATA' if it matches Year (H), Period ID (I), Company (D), and Account Description (K) from the 'FORMULAS' sheet. Currently getting "Too Many Arguments."
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.

Forum statistics

Threads
1,215,365
Messages
6,124,513
Members
449,168
Latest member
CheerfulWalker

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