Forum Discussion
Bria Parker
Jul 16, 2018Copper Contributor
Excel- Referencing cells in another worksheet help needed
Hello, I need help referencing from one sheet in Excel to another in the attached spreadsheet. Sheet 1 has the industry for each unique Project_ID and their respective industry. Sheet 2 ha...
- Jul 16, 2018
Hi Bria,
That could be
=IFERROR(INDEX(Sheet1!B:B,MATCH(A2,Sheet1!A:A,0)),"")
and attached
SergeiBaklan
Jul 16, 2018Diamond Contributor
Hi Bria,
That could be
=IFERROR(INDEX(Sheet1!B:B,MATCH(A2,Sheet1!A:A,0)),"")
and attached
- Bria ParkerJul 17, 2018Copper Contributor
Thank you Sergei, it worked perfectly!