I'm trying to pull data from another sheet for computer inventory details.
My trouble is having a lookup by s/n or product code, 2 different columns.
Sometimes we can't scan the s/n and wanted option to scan product code.
I was using
=INDEX(Master!A:J,MATCH(A:A,Master!A:A,0),3)
but need to look at column B for a match too.
My trouble is having a lookup by s/n or product code, 2 different columns.
Sometimes we can't scan the s/n and wanted option to scan product code.
I was using
=INDEX(Master!A:J,MATCH(A:A,Master!A:A,0),3)
but need to look at column B for a match too.