Here is the problem.
I have a shipping spreadsheet with an address and 8 tracking numbers for each address all in one line. Each tracking number is in it's own column.
I want to be able to enter in a tracking number (the last 8 digits actually), and return the address. I cannot seem to get Index & Match to search through all 8 columns of tracking numbers.
Here is the code I'm working around.
=INDEX(PHASE3!A:A,MATCH("1zx8754v03"&C13,PHASE3!G:N,0))
I am one indexing one page "Phase3" outside of the page I want to enter and receive data.
Returning data in Column A from Phase3.
In reference to "1zx8754v03"&C13.
Searching in PHASE3!G:N
Exact Match.
It will work if I just search one column PHASE3!G:G, but I want to search G:N
Any help??
I have a shipping spreadsheet with an address and 8 tracking numbers for each address all in one line. Each tracking number is in it's own column.
I want to be able to enter in a tracking number (the last 8 digits actually), and return the address. I cannot seem to get Index & Match to search through all 8 columns of tracking numbers.
Here is the code I'm working around.
=INDEX(PHASE3!A:A,MATCH("1zx8754v03"&C13,PHASE3!G:N,0))
I am one indexing one page "Phase3" outside of the page I want to enter and receive data.
Returning data in Column A from Phase3.
In reference to "1zx8754v03"&C13.
Searching in PHASE3!G:N
Exact Match.
It will work if I just search one column PHASE3!G:G, but I want to search G:N
Any help??