Match name colums and paste corresponding values

S

sumit

Hello ALL,

This is my first post.

I have three colums A C D. In column A I have a list of name in asc
order. In colum C I have a list of name and with it i have associated
times values in column D.
I want to compare the colums A and C and where it matches want to place
the value in the column D in column B.

I have searched for it but could not find the solution.
 
R

Roger Govier

Hi

Try entering in B1
=VLOOKUP(A1,C:D,2,0)
and copy down as far as required.

or did you mean
=IF(A1=C1,D1,"")
and copied down
 

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