Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
crs crs is offline
external usenet poster
 
Posts: 8
Default another combine lists question

I have another question about combining 2 excel lists into 1 list

scenario: I have a workbook with 3 sheets
Sheet 1 has a list of students in column A
Sheet 2 has a list of some more students in column A
(completely different from that of

Sheet 1)

Question: I want to combine the 2 lists into 1 single list of all
students onto Sheet 3 without just
copying and pasting because the lists will continually change and may
increase or decrease in size.

Any solutions.....

Thanks in advance!

CRS

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 87
Default another combine lists question

It depends on whether or not you want it sorted. If you just want a
list:
=IF(ROW(A2)-ROW($A$1)<=(COUNTA(Sheet1!$A:$A)-1),OFFSET(Sheet1!$A$1,ROW(A2)-ROW($A$1),0),IF(ROW(A2)-ROW($A$1)<=((COUNTA(Sheet1!$A:$A)-1)+COUNTA(Sheet2!$A:$A)-1),OFFSET(Sheet2!$A$1,ROW(A2)-ROW($A$1)-(COUNTA(Sheet1!$A:$A)-1),0),""))

This assumes that you have a header row on each sheet. (The result is
not sorted)

Scott

crs wrote:
I have another question about combining 2 excel lists into 1 list

scenario: I have a workbook with 3 sheets
Sheet 1 has a list of students in column A
Sheet 2 has a list of some more students in column A
(completely different from that of

Sheet 1)

Question: I want to combine the 2 lists into 1 single list of all
students onto Sheet 3 without just
copying and pasting because the lists will continually change and may
increase or decrease in size.

Any solutions.....

Thanks in advance!

CRS


  #3   Report Post  
Posted to microsoft.public.excel.misc
crs crs is offline
external usenet poster
 
Posts: 8
Default another combine lists question



It depends on whether or not you want it sorted. If you just want a
list:


Ideally, sorted, but this is a start. Thanks for the quick reply.

CRS

  #4   Report Post  
Posted to microsoft.public.excel.misc
crs crs is offline
external usenet poster
 
Posts: 8
Default another combine lists question


Actually I don't need it sorted, because I have them sorted already and
I don't want the combined list sorted. I need it just way it is.
Thanks - works great.

CRS

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
Please Help Combine to Two Lists lostinformulas Excel Worksheet Functions 3 July 31st 06 05:06 PM
Help with Lists... Corey Excel Discussion (Misc queries) 0 July 5th 06 08:39 PM
Lists... Corey Excel Discussion (Misc queries) 0 July 5th 06 08:34 PM
Formatting lists question coal_miner Excel Discussion (Misc queries) 0 June 3rd 05 06:00 PM
Comparing 2 Customer Lists to Identify Shared Customers carl Excel Worksheet Functions 2 January 26th 05 07:17 PM


All times are GMT +1. The time now is 07:27 AM.

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

About Us

"It's about Microsoft Excel"