Jyggalag

Active Member
Joined
Mar 8, 2021
Messages
422
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello everybody,

I currently have an excel sheet that looks similar to this (but much larger):

1616664601133.png


And then a master data sheet next to it that looks like this:

1616664618849.png


Please note that some of the titles are not in the master data set (in reality however, they all are, i just created this example really quickly).

I would like to create a formula so the blank cells in column B in the "Front" sheet connects to the filled out cells corresponding to them in the sheet "Master data".

Right now I am on the ID XG5 (this is picked manually from a drop-down list in the real file). So I would like for the formula to somehow index the number XG5 under [ID] in master data and then connect the data for Name, Name abbreviation, Registration Number etc. to the corresponding data in the same column as XG5 in "Master Data". Likewise, if I pick XG6 as my ID, it should follow this.

I have seen this being done before and I'm pretty sure that an IFERROR(INDEX(MATCH))) formula can solve the problem. However, I have thus far been unable to set this up correctly and would truly apprecaite it if someone here could help me out!

Please do not hesitate to let me know if you would like more photos or information!

Thank you so much everybody :)

Kind regards,

Jyggalag
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
C7: =IFERROR(INDEX('Mater data'!$A$1:$D$7,Match($C$6,'Master Data'!$A$1:$A$7,0),Match(E7,'Master Data'!$A$1:$D$1,0)),"")
 
Upvote 0
Solution
C7: =IFERROR(INDEX('Mater data'!$A$1:$D$7,Match($C$6,'Master Data'!$A$1:$A$7,0),Match(E7,'Master Data'!$A$1:$D$1,0)),"")
Amazing! It worked :)

Thank you so much mart37!! You've made my day :D
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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