Copy specific cell using multiple criteria

L

Lise

Hi

I have 8 columns with various information I'm trying to get the following:

search if the name in A1 is anywhere in column F2:F700 (and say it is in
F600) I then want to copy the corresponding info in e600 into B1.

Hope that makes sense

All help as always appreciated

Thanks
 
J

Jacob Skaria

Check your previous post..In B1..

=INDEX(E2:E720,MATCH(A1,F2:F720,0))

If this post helps click Yes
 

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