vlookup help

K

KC

I'm using the following formula in order to look up a name in another
spreadsheet that corresponds to what's in B76, and its working fine.

=VLOOKUP(B76,'[2010 GR.xls]Hiring'!$E$4:$F$400,2,FALSE)

However, I need a new formula to do something similar, but its not working.
I need to look up the whats in B76 then go to the 2010 GR.xls file in the
Hiring tab and match it with whats in column E (like above), then return the
position title that's in column C.

Any help would be greatly appreciated!
 
B

Bernard Liengme

=INDEX('[2010 GR.xls]Hiring'!$C$4:$C$7,MATCH(B76,'[2010
GR.xls]Hiring'!$E$4:$E$12,0))

change the 12 to 400 - I experimented with a small table
best wishes
 
L

Luke M

I believe this is what you are looking for:

=INDEX('[2010 GR.xls]Hiring'!$C$4:$C$400,MATCH('[2010
GR.xls]Hiring'!$E$4:$E$400,0))
 
K

KC

Hi Luke, the formula didn't work. it needs to 1st look at cell B76 (on the
current tab), then go to the other file 2010 GR.xls and look in column E for
the match, then return the contents of column C in the same row.

Luke M said:
I believe this is what you are looking for:

=INDEX('[2010 GR.xls]Hiring'!$C$4:$C$400,MATCH('[2010
GR.xls]Hiring'!$E$4:$E$400,0))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


KC said:
I'm using the following formula in order to look up a name in another
spreadsheet that corresponds to what's in B76, and its working fine.

=VLOOKUP(B76,'[2010 GR.xls]Hiring'!$E$4:$F$400,2,FALSE)

However, I need a new formula to do something similar, but its not working.
I need to look up the whats in B76 then go to the 2010 GR.xls file in the
Hiring tab and match it with whats in column E (like above), then return the
position title that's in column C.

Any help would be greatly appreciated!
 
B

Bernard Liengme

Did mine work for you?
Bernard

KC said:
Hi Luke, the formula didn't work. it needs to 1st look at cell B76 (on
the
current tab), then go to the other file 2010 GR.xls and look in column E
for
the match, then return the contents of column C in the same row.

Luke M said:
I believe this is what you are looking for:

=INDEX('[2010 GR.xls]Hiring'!$C$4:$C$400,MATCH('[2010
GR.xls]Hiring'!$E$4:$E$400,0))
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


KC said:
I'm using the following formula in order to look up a name in another
spreadsheet that corresponds to what's in B76, and its working fine.

=VLOOKUP(B76,'[2010 GR.xls]Hiring'!$E$4:$F$400,2,FALSE)

However, I need a new formula to do something similar, but its not
working.
I need to look up the whats in B76 then go to the 2010 GR.xls file in
the
Hiring tab and match it with whats in column E (like above), then
return the
position title that's in column C.

Any help would be greatly appreciated!
 

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

Similar Threads

SUMPRODUCT with Date? 3
IS ERROR? 3
PIvot Tables 2003 and VLookup 5
Vlookup Formula Help 3
Vlookup Next 8
Excel IF statement with vlookup 2
vLookup, Look up Value 1
Need Help with VLOOKUP 4

Top