Hi!
I am trying to use Index Match but not having a clear understanding of what it is I need to do is making it difficult. All I need to do is when I add the Reference Number, the formula should search sheet A and sheet B for the number and pull 4 columns of data based on this number.
What I would like to be able to do (please note that for confidentiality reasons I have changed the column heading titles):
· Column – Reference number – this number is a unique identifier.
o The formula will search the two sheets for the unique identifier. The reason for the two sheets is that in total there are 34,600 rows, according to the information I was able to find the most rows permitted per sheet is 20,000.
o The reference number will be manually entered into the ‘working sheet’.
· The formula will then retrieve the information for the next 4 columns from one of the two sheets. This is the formula that was suggested (note, I have to change the details to match my columns which is where I am having difficulty) =IFERROR(INDEX({Project numbers project name}, MATCH([Project ID]@row, {Sht A project ID}, 0)), INDEX({sht B project name}, MATCH([Project ID]@row, {sht B Project ID}, 0)))
o The 4 column headings are:
1. Column LO;
2. Column LG;
3. Column E;
4. Column RA.
I’ve tried changing what I think I need to change but keep receiving an error message of #UNPARSEABLE.