Returning a certain row using vlookup

V

Vanessa Simmonds

Good Morning,

I want to lookup for value in a spreedsheet and return a certain row value.

For example:
A B C
1 David Age 31
2 Address 31 Yew Tree Drive
3 Mobile Number 07800726762

So I want a formula that will look for David on Column A and return his
mobile phone number on column C.

I tried to use: Vlookup(A1,A:C,Index(A:C,3,3),0) but it is not working.

Can someone help me, please?

Best Regards,

Vanessa
 
M

Max

Assuming source data as posted in cols A to C from row1 down
and is in a repeating manner for subsequent names
Then if you have the name input in say, E1: David
In F1: =INDEX(C:C,MATCH(E1,$A:$A,0)+2,)
will return the mobile number for the input name
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:19,000 Files:362 Subscribers:61
xdemechanik
 

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


Top