Index Match with Multiple Criteria

sakiaa07

New Member
Joined
Aug 7, 2017
Messages
3
Hi,

I need some help with an excel file.I have tried to do it with an index match function, and some cells come up with #NA other cells will come up with a value. Every month I pull a report (Discover Report) that has three columns. The first column is the project number, second column is the top task number, and the third column is the sub task number. Now, on the discoverer report the top task number and the sub task number is wrong for each project number.I have a report ( "Accurate File") that has majority of the projects on the discover report, and it has the right top task and sub task for each project.

Is there anyway to pull the sub tasks and top tasks from the "Accurate File" with each corresponding project number into the Discoverer Report? I tried Index/Match but I don't think I did it right? If there is any other way besides Index Match I am definitely interested.

Thanks for all help
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
MATCH() works with unique data.
I'm afraid that in your search columns the data isn't unique.
Project Toptask Subtask
100 1 1
100 1 2
100 1 3

Make a new column with unique data.
example: = A2&"|"&B2&"|"&C2
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,659
Members
449,462
Latest member
Chislobog

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