Copy specific cell using multiple criteria

  • Thread starter Thread starter Lise
  • Start date Start date
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
 
Check your previous post..In B1..

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

If this post helps click Yes
 
Back
Top