A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to take information from one work sheet to another?



 
 
Thread Tools Display Modes
  #1  
Old April 15th, 2010, 09:31 PM posted to microsoft.public.excel.misc
yesyes5
external usenet poster
 
Posts: 1
Default How to take information from one work sheet to another?

What do you need to do to have Excel look at one workbook and if there is
something in a cell to have it take the cell before it too show the name in
the other workbook? What I need to do is to take a list of names some goes
with one group and others to a different one. But the names are in one list.
So if it looks at the cells to the end of the names and it finds a X then it
will take that name in front of the X to the other worksheet, and followers
that all the way down the list. Can someone give me some ideas where to begin
to make this happen??
Thank you
  #2  
Old April 16th, 2010, 03:17 PM posted to microsoft.public.excel.misc
Squeaky
external usenet poster
 
Posts: 131
Default How to take information from one work sheet to another?

Hi Yesyes,

One way...
If you have 2 workbooks, the first with the list of names and the 2nd with
the list you want to pull out (those with an "x") you might try this:

Assuming the list of names is in Workbook1 (book1), spreadsheet 1 (sheet1),
column A, and the "x" is in column B, in the 2nd workbook put in, say, column
A

=if('[book1.xls]Sheet1'!b1="x",'[book1.xls]Sheet1'!a1,"")
Drag it down the same amount as the list on workbook 1.

You can then filter out the spaces.

Let me know if this helps.

Squeaky

"yesyes5" wrote:

What do you need to do to have Excel look at one workbook and if there is
something in a cell to have it take the cell before it too show the name in
the other workbook? What I need to do is to take a list of names some goes
with one group and others to a different one. But the names are in one list.
So if it looks at the cells to the end of the names and it finds a X then it
will take that name in front of the X to the other worksheet, and followers
that all the way down the list. Can someone give me some ideas where to begin
to make this happen??
Thank you

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:55 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.