J
jeffj
I've read EVERYTHING there is in the XL Help, the MS Knowledge Base and the
Discussion Group but can't figure out why this isn't working...
I have an unsorted first column on worksheet 1 (BURKE) with empty cells as
well (it didn't make a difference without the empty cells, either). I am
trying to return the 3rd column to a cell on another worksheet by looking up
or matching the value in the 1st column. Here are the two versions I'm
trying:
=VLOOKUP(A3,BURKE!A:A,BURKE!C:C,FALSE)
A3 is the reference cell i'm trying to match, which has
100
120
130
140
etc.
I get #N/A or #VALUE! or #REF! when I paste it down the cells next to my
list, no rhyme or reason.
=INDEX("BURKE!",MATCH(A3,BURKE!A:A,0),BURKE!C:C)
(this one came right out of the Microsoft Knowledge Base)
gives me #VALUE! in all cells
I tried changing formatting to all number, all text, all general, but no
change.
Any help is appreciated.
Jeff
Discussion Group but can't figure out why this isn't working...
I have an unsorted first column on worksheet 1 (BURKE) with empty cells as
well (it didn't make a difference without the empty cells, either). I am
trying to return the 3rd column to a cell on another worksheet by looking up
or matching the value in the 1st column. Here are the two versions I'm
trying:
=VLOOKUP(A3,BURKE!A:A,BURKE!C:C,FALSE)
A3 is the reference cell i'm trying to match, which has
100
120
130
140
etc.
I get #N/A or #VALUE! or #REF! when I paste it down the cells next to my
list, no rhyme or reason.
=INDEX("BURKE!",MATCH(A3,BURKE!A:A,0),BURKE!C:C)
(this one came right out of the Microsoft Knowledge Base)
gives me #VALUE! in all cells
I tried changing formatting to all number, all text, all general, but no
change.
Any help is appreciated.
Jeff