Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Oleg
 
Posts: n/a
Default How to separate data....


Hi,
I have worksheet with values which repeats in colums A
How to copy data with repeating values to x worksheets automatically.

for example

All data from Sheet 1 which contains A values in column A(ID) copy to
sheet A
All data from Sheet 1 which contains B values in column A(ID) copy to
sheet B
All data from Sheet 1 which contains C values in column A(ID) copy to
sheet C
Pls see file in attachment.


+-------------------------------------------------------------------+
|Filename: exp.jpg |
|Download: http://www.excelforum.com/attachment.php?postid=4023 |
+-------------------------------------------------------------------+

--
Oleg


------------------------------------------------------------------------
Oleg's Profile: http://www.excelforum.com/member.php...fo&userid=4004
View this thread: http://www.excelforum.com/showthread...hreadid=483853

  #2   Report Post  
pinmaster
 
Posts: n/a
Default How to separate data....


Hi,
I would use a helper column and formulas. Try this, select column A and
insert a new column, column A will now become column B. In the new
column type this formula:
=IF(B1"",B1&COUNTIF($B$1:B1,B1),"")....copy down and Hide column
now select your A sheet, in column A type:
=IF(COUNTIF(Sheet1!$A$1:$A$25,"A"&ROW(1:1))=1,"A", "").....copy down
in column B type:
=IF(A1"",VLOOKUP(A1&ROW(1:1),Sheet1!$A$1:$C$25,3, 0),"")....copy down
repeat for your B and C sheet replacing the "A" with "B" and "C".

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=483853

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
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Compare data on 2 separate worksheets. Wayne Excel Worksheet Functions 3 July 10th 05 04:25 AM
How do I compare 2 sets of data and highlight differences? Perplexed1 Excel Worksheet Functions 1 July 9th 05 01:15 AM
filter data from 10+workbooks and display in separate workbook? crush Excel Discussion (Misc queries) 1 July 8th 05 08:46 PM
Removing blank rows in a worksheet Louise Excel Worksheet Functions 6 May 26th 05 02:21 PM


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

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"