Data Search

G

Guest

Hi all,

Need some help plz. I have a sheet with names in column B and codes in
column C. I want to search a range of cells in column C and return the name
in the adjacent column B if a certain code is entered into Column C. Hope I
am making sense. Example:

B C
John Doe AT-577
Jane Doe AT-598

I need to search column C for "AT-577" and have the result to be "John Doe".
This seems simple but I can't get it to work for the life of me. I have
Excel 2003. Any help is greatly appreciated. Thanks.

Ron
 
J

jlepack

I put the names in C and the codes in B and put this in a cell:

=VLOOKUP("AT-577",B:C,2,FALSE)

This will look in column B for the value AT-577 and return the
corresponding value in column C.

Cheers,
Jason Lepack
 

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

count dates 4
VLOOKUP? 2
search array 3
I need Time Range to return Value 4
Countif issue 3
Dup check 2 columns - need it to delete correct one 5
Formula Question 3
Advanced Filter how to include columns 1

Top