Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Moving data from one worksheet to another...

I've got a file with two worksheets...the first sheet has team names in the
first column in non-consecutive rows (there's other information about each
team on the rows in between) and I want to transfer those team names to
consecutive rows in the second worksheet with a formula (so that when the
teams change, the second sheet does too) but I want the flexibility of adding
additional rows between the team names without effecting the working of the
second sheet. The team names are the only information pieces in the first
column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 793
Default Moving data from one worksheet to another...

in the new sheet in cell A1 enter
=Sheet1!A1
assuming your names are in Col A in Sheet1

Copy it down till you cover much more that what is used in Col A in Sheet 1
(to accommodate future additons)

Filter on Non-blanks... this way you will always see team names even if you
add new ones in Sheet 1...

"Allen" wrote:

I've got a file with two worksheets...the first sheet has team names in the
first column in non-consecutive rows (there's other information about each
team on the rows in between) and I want to transfer those team names to
consecutive rows in the second worksheet with a formula (so that when the
teams change, the second sheet does too) but I want the flexibility of adding
additional rows between the team names without effecting the working of the
second sheet. The team names are the only information pieces in the first
column.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 50
Default Moving data from one worksheet to another...

Filter on non-blanks? I'm not sure what that means...

Anyway, unless the Filter on non-blanks takes care of this, information on
Sheet1 may be in A1, A6, A10, A15, A20, A22, A25, etc and I want that
information copied to A1, A2, A3, A4, etc.

Thanks.

"Sheeloo" wrote:

in the new sheet in cell A1 enter
=Sheet1!A1
assuming your names are in Col A in Sheet1

Copy it down till you cover much more that what is used in Col A in Sheet 1
(to accommodate future additons)

Filter on Non-blanks... this way you will always see team names even if you
add new ones in Sheet 1...

"Allen" wrote:

I've got a file with two worksheets...the first sheet has team names in the
first column in non-consecutive rows (there's other information about each
team on the rows in between) and I want to transfer those team names to
consecutive rows in the second worksheet with a formula (so that when the
teams change, the second sheet does too) but I want the flexibility of adding
additional rows between the team names without effecting the working of the
second sheet. The team names are the only information pieces in the first
column.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 793
Default Moving data from one worksheet to another...

Allen,

My earlier solution will not work. Pl. try this...
[Solution originally given by MAX in another post]

Assuming your names are in Sheet 1 Col A
1. In Sheet 2 Col A enter
=IF(Sheet1!A1="","",ROW())

2. In Sheet 2 Col B enter
=IF(ROW()COUNT(A:A),"",INDEX(Sheet1!A:A,SMALL(A:A ,ROW())))

Hope this works

"Allen" wrote:

Filter on non-blanks? I'm not sure what that means...

Anyway, unless the Filter on non-blanks takes care of this, information on
Sheet1 may be in A1, A6, A10, A15, A20, A22, A25, etc and I want that
information copied to A1, A2, A3, A4, etc.

Thanks.

"Sheeloo" wrote:

in the new sheet in cell A1 enter
=Sheet1!A1
assuming your names are in Col A in Sheet1

Copy it down till you cover much more that what is used in Col A in Sheet 1
(to accommodate future additons)

Filter on Non-blanks... this way you will always see team names even if you
add new ones in Sheet 1...

"Allen" wrote:

I've got a file with two worksheets...the first sheet has team names in the
first column in non-consecutive rows (there's other information about each
team on the rows in between) and I want to transfer those team names to
consecutive rows in the second worksheet with a formula (so that when the
teams change, the second sheet does too) but I want the flexibility of adding
additional rows between the team names without effecting the working of the
second sheet. The team names are the only information pieces in the first
column.

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
Moving data from one worksheet to another tjvols Excel Worksheet Functions 2 March 15th 08 09:59 AM
Moving data from one worksheet to another tjvols New Users to Excel 1 March 14th 08 04:27 AM
Moving data from one worksheet to another tjvols Excel Worksheet Functions 0 March 13th 08 04:50 PM
Moving data from from one worksheet to another imills Excel Worksheet Functions 1 January 13th 06 05:19 PM
Moving Data to Another Worksheet Crimsann Excel Discussion (Misc queries) 3 September 7th 05 06:22 PM


All times are GMT +1. The time now is 12:58 AM.

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"