I have searched the forum, and noticed this question was sort of asked. However I believe my problem is a little different, as I am running into some errors.
I need to index and match two worksheets in the same workbook. They have the same layout, and ranges.
Code:
=IF(A13<>"",INDEX('Name 1'!C5:C9000,MATCH('Search Result'!A13,'Name 1'!E5:E9000,0)), "")
I need the exact same thing, except with also a worksheet Name 2, and so forth, I been getting value errors and so forth.
I need to index and match two worksheets in the same workbook. They have the same layout, and ranges.
Code:
=IF(A13<>"",INDEX('Name 1'!C5:C9000,MATCH('Search Result'!A13,'Name 1'!E5:E9000,0)), "")
I need the exact same thing, except with also a worksheet Name 2, and so forth, I been getting value errors and so forth.