This is the reference sheet in a workbook called pub id's.
30380170 Collierville Herald
30376440 Elizabethton Star
30381380 Germantown News
11444920 Johnson City Press
This is the worksheet I am trying to perform the function on. I want excel
to match the name in the second column below, to the name in the second
column of the refernce sheet and then return the number it finds in the first
column of the refernce sheet to the corresponding cell below
The Anderson Journal
The Anson Record
Butner-Creedmoor News
Collierville Herald
The Courier News
Courier Times
Sp for example when I set it up it would look in hte first workshhet for the
"Collierville Herald" find it and then return the number 30380170 to the cell
to the left of the name in the second worksheet.

Signature
SAH
> If you could give us some sample data and tell us what columns they are
> located in, we could give you an equation that would work for you.
[quoted text clipped - 3 lines]
> > and then have excel match the name and dump the corresponding number into the
> > spreadsheet. I beleive I can use vlookup but I am not certain
Kevin Vaughn - 23 Jun 2006 20:47 GMT
Try this:
=INDEX(Reference!$A$3:$A$6,MATCH(A1,Reference!$B$3:$B$6,0))
Note, I only saw one match between your reference data and your test data
(Collierville Herald)

Signature
Kevin Vaughn
> This is the reference sheet in a workbook called pub id's.
>
[quoted text clipped - 26 lines]
> > > and then have excel match the name and dump the corresponding number into the
> > > spreadsheet. I beleive I can use vlookup but I am not certain