Index Match Help

Blair333

New Member
Joined
May 14, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,

I need to do an index match formula where I am matching case #'s in two different worksheets' columns and then output the data from sheet 2 into a new column into sheet 1.

I tried this formula: =INDEX('Sheet 1'!$E$2:$H$1811,MATCH(1,('Sheet 2'!$C$3:C$28=Sheet 1!E2)*('Sheet 1'!$M$2:$M$1811=Sheet 2!C2),0))
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Welcome to the MrExcel board! Your description isn't clear enough to advise. It looks as though you want something from 'Sheet 1'!$E$2:$H$1811, but is that "something" the contents of a single cell or a range of cells? This part...('Sheet 1'!$M$2:$M$1811=Sheet 2!C2)...requires that C2 on Sheet 2 finds a match somewhere in M2:M1811 on Sheet 1. The other part of the formula makes no sense...('Sheet 2'!$C$3:C$28=Sheet 1!E2)...as it covers a range of only 26 rows while the main Sheet 1 range covers 1810 rows. How would you know which of the 4 columns in 'Sheet 1'!$E$2:$H$1811 is the one of interest?
 
Upvote 0

Forum statistics

Threads
1,215,006
Messages
6,122,665
Members
449,091
Latest member
peppernaut

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