Comparing Two Large Data Lists

J

justinfoote

I have two large lists in one spreadsheet, one in column A and one in
column C. I'd like to search through column A to find a certain value
from column C. I'm hoping to get something that will return a row
number for the entry in column A that matches the entry in column C.
So D1 will contain the row number in column A that matches C1
D2 will contain the row number in column A that matches C2, etc
 
M

Max

I have two large lists in one spreadsheet, one in column A and one in
column C. I'd like to search through column A to find a certain value
from column C. I'm hoping to get something that will return a row
number for the entry in column A that matches the entry in column C.
So D1 will contain the row number in column A that matches C1
D2 will contain the row number in column A that matches C2, etc

Put in D1: =MATCH(C1,A:A,0)
Copy D1 down
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top