Index match to different tab

mtaylor

Board Regular
Joined
May 1, 2013
Messages
73
Platform
  1. Windows
  2. MacOS
Folks,

I'm sorry for asking this, about a month ago I'd have been able to sort, but alas, I am stooped.

I'm trying to import the content of a cell from another tab, providing 2 cells match across the 2 tabs.

Awful explanation there - apologies.

All I have atm is:

=INDEX(Grade 6!)

1611576399711.png


I want it to look at the Grade 6 tab which looks like this:

1611576447931.png


So...if the number in B5 in tab 'Report Tracker' matches with the number in Column D on 'Grade 6' I want the value in Column N of the same row returned.

Once again, my apologies

Thank you
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
So...if the number in B5 in tab 'Report Tracker' matches with the number in Column D on 'Grade 6' I want the value in Column N

index( 'Grade 6'!N:N, match( B5, 'Grade 6'!D:D, 0 ))
 
Upvote 0
Solution
So...if the number in B5 in tab 'Report Tracker' matches with the number in Column D on 'Grade 6' I want the value in Column N

index( 'Grade 6'!N:N, match( B5, 'Grade 6'!D:D, 0 ))
Love it.
Many thanks
 
Upvote 0

Forum statistics

Threads
1,215,430
Messages
6,124,852
Members
449,194
Latest member
HellScout

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