How do I create formula in excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Would like information to create a formula for the following senario.

In sheet 1 column A have a list of names.

In sheet 2 column A have a list of names and column c a list of numbers.

want to search sheet 1 column a with names from sheet 2 column a and if
found post the corresponding number from sheet 2 column c.

Any help appreciated
 
Tell me if this is what you are looking for:

=IF(ISERROR(VLOOKUP(Sheet2!A1,Sheet1!A:A,1,)),"",C1)
 

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

Back
Top