Hello, Im trying to use index match to auto populate material from one sheet, but I would like it search an additonal Old sheet if the current sheet doesnt have to data needed.
I've tried a few different methods here and cant really get it to populate data for both, its usually just one or the other.
=IF(D13>1,INDEX(C:C,MATCH(D13,'Old Sheet'!D:D,0)),IF(D13>1,INDEX(C:C,MATCH(D13,D:D,0))," NO "))
=INDEX(C:C,MATCH(D13,'Old Sheet'!D:DD:D,0))
=INDEX(C:C,MATCH(D13,('Old Sheet'!D:D),0),MATCH(D13,D:D,0))
Anyone have any ideas?
Bookmarks