Link to home
Start Free TrialLog in
Avatar of mariita
mariitaFlag for Canada

asked on

Excel index match formula not working

I am trying to use Excel's index match functions to pull data from one spreadsheet into another. For now, I am trying to get it to work with the data in a separate tab, but eventually I would like to pull the data in from a separate file.

The spreadsheet with input data looks like this:
User generated image
The spreadsheet with the output/formulas looks like this:
User generated image
This is the formula that I am using, but it is returning a #VALUE! error.

=INDEX(extract!$D$2:$D$2000,MATCH($B1&$A2,extract!$A$2:$A$2000&extract!$B$2:$B$2000&extract!$C$2:$C$2000,0),1)

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Phillip Burton
Phillip Burton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mariita

ASKER

A2 is part of the header. The above formula belongs in cell B2. Would SUMIFS still apply?
Avatar of Phillip Burton
Phillip Burton

I meant B2 (oops).