inserting values automatically from one sheet to another

  • Thread starter Thread starter jarow
  • Start date Start date
J

jarow

I would greatly appreciate it if someone could give me an idea on how t
do the following:

I have a book with two sheets and want to do the following:

In sheet ONE I have two columns of values: Column A (FAMILY) and Colum
B (GENUS)

In sheet TWO I have two columns, one has values and the other doesn't:
Column A is labled FAMILY but has no values(need to get these value
from the other sheet) and Column B has values (GENUS)

What I need to do is the following:

When a value in Column B (GENUS) in sheet ONE is equal to a value i
Column B (GENUS) in sheet TWO, insert the value of Column A (FAMILY) o
sheet ONE into Column A of Sheet TWO

I hope I have clearly explained this.

Many, many thanks for your hel
 
=Index(Sheet1!$A:$A,Match(Sheet2!B2,Sheet1!$B:$B,0),1)

Put this formula in Sheet2, cell A2 and drag fill down the column.
Change sheet names to reflect your sheet names.
 

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