Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default How to compared multiple sheets.

Example:
Sheet1
Part no. Location Destination
1 A1 CE
2 A2 CE
3 A3 CE

Sheet2

Part no. Location Destination
1 A1 U2
2 A5 U2
4 A3 U2

Sheet3
Part no. Location Destination
1 A1 J
2 A5 J
5 A3 J

and continue...as many sheets.

End result as below
Sheet1 (after combine all)
Part no. Location Destination
1 A1 Com
2 A2 CE
2 A5 CE,J
3 A3 CE
4 A3 U2
5 A3 J

Currently what I did is to cut all data in all sheets and paste to
sheet1,arrange accordingly and delete certain rows that common using
true and false formula.
Pls help how to do it short cut in VBA.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default How to compared multiple sheets.

Hi Genius,

To create your summary sheet, see Ron de Bruin's
sample code at:


Merge cells from all or some worksheets
into one Master sheet
http://www.rondebruin.nl/copy2.htm

The suggested code may be adapted to effect a final
sort operation on the first data column.

To obtain the sort code, turn on the macro recorder
while you perform the operation manually.

If you experience problems in adapting / incorporating
the resultant code, post back indicating your specific
problems.


---
Regards,
Norman



"geniusideas" wrote in message
oups.com...
Example:
Sheet1
Part no. Location Destination
1 A1 CE
2 A2 CE
3 A3 CE

Sheet2

Part no. Location Destination
1 A1 U2
2 A5 U2
4 A3 U2

Sheet3
Part no. Location Destination
1 A1 J
2 A5 J
5 A3 J

and continue...as many sheets.

End result as below
Sheet1 (after combine all)
Part no. Location Destination
1 A1 Com
2 A2 CE
2 A5 CE,J
3 A3 CE
4 A3 U2
5 A3 J

Currently what I did is to cut all data in all sheets and paste to
sheet1,arrange accordingly and delete certain rows that common using
true and false formula.
Pls help how to do it short cut in VBA.



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
Returning a value when two columns are compared MammaFin Excel Worksheet Functions 2 September 2nd 09 05:28 PM
Date compared to today BethD Excel Worksheet Functions 4 March 23rd 09 04:23 PM
advance number by 1 when compared Edwin Armstrong Excel Discussion (Misc queries) 2 December 4th 08 05:47 PM
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA Amaxwell Excel Worksheet Functions 4 August 17th 06 06:23 AM
Speed xl-2k compared to 2003 Urban Excel Programming 0 April 30th 04 03:34 PM


All times are GMT +1. The time now is 11:21 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"