Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default inserting values automatically from one sheet to another


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

--
jaro
-----------------------------------------------------------------------
jarow's Profile: http://www.excelforum.com/member.php...fo&userid=1550
View this thread: http://www.excelforum.com/showthread.php?threadid=27078

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default inserting values automatically from one sheet to another

=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.
--
Regards,
Tom Ogilvy


"jarow" wrote in message
...

I would greatly appreciate it if someone could give me an idea on how to
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 Column
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 values
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 in
Column B (GENUS) in sheet TWO, insert the value of Column A (FAMILY) of
sheet ONE into Column A of Sheet TWO

I hope I have clearly explained this.

Many, many thanks for your help


--
jarow
------------------------------------------------------------------------
jarow's Profile:

http://www.excelforum.com/member.php...o&userid=15507
View this thread: http://www.excelforum.com/showthread...hreadid=270783



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
automatically inserting rows Southern at Heart Excel Discussion (Misc queries) 6 December 3rd 08 10:23 PM
update a sheet automatically with changing values from another she QP1 Excel Worksheet Functions 1 July 17th 08 07:54 PM
Inserting rows automatically. Ms. Oliver Excel Worksheet Functions 2 July 8th 08 04:35 PM
automatically inserting text KeK23 Excel Discussion (Misc queries) 3 September 27th 07 02:32 AM
Inserting a row in sheet A should Insert a row in sheet B, removing a row in Sheet A should remove the corresponding row in sheet B Hannes Heckner Excel Programming 1 March 5th 04 09:10 AM


All times are GMT +1. The time now is 12:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"