Index formula not working

PSI94

New Member
Joined
Mar 11, 2022
Messages
27
Office Version
  1. 2021
Platform
  1. Windows
Hi folks,

I tried to upload the sheet but I'm unable to install XL2BB add-on. I've attached screenshots to try and capture everything.

So my issue:

I'm trying to use an Index formula to pull through data from one sheet to another if the corresponding key on both sheets match (tab names: Amended & Acc). I know one key is on both, however it's still not pulling through the data :(

This is the 'Amended' tab. The cell whereby I know the data is also on the Acc tab I have highlighted in red -

1654687377077.png


Using the key from V8 on the Amended tab, it should populate the relevant data into cell Y8. This is the formula that I've used -

=IFERROR(INDEX(Acc!$A:$A,MATCH(Amended!$V8,Acc!$D:$D,)),"")

On the 'Acc' tab, where it is pulling data from - you can see in D26 that the key/number matches that of V8 on the Amended tab -

1654687440308.png


However, it's not pulling it thru :(

The data in cell D on the Acc tab is made up of a formula (see below), if that's relevant. I've tried doing it just as text, however to no avail -

1654687960654.png


Has anyone any idea where I'm going wrong? :(
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
As the values in col D are text, try
Excel Formula:
=IFERROR(INDEX(Acc!$A:$A,MATCH(Amended!$V8&"",Acc!$D:$D,)),"")
 
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,772
Members
449,095
Latest member
m_smith_solihull

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