Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default sort data from 1 sheet to multiple sheets in excel

I have a master sheet with 6 columns and 20 rows. I will be adding about
200-250 more rows to this. I would like to be able to add these rows and
have the info populated into one of 14 other sheets automatically. I found a
way to do this by adding a macro but I have to click that after each row is
added. Is there any way I can set up something to do this for me as I enter
the data?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default sort data from 1 sheet to multiple sheets in excel

On Aug 28, 8:44*am, NickMc13
wrote:
I have a master sheet with 6 columns and 20 rows. *I will be adding about
200-250 more rows to this. *I would like to be able to add these rows and
have the info populated into one of 14 other sheets automatically. *I found a
way to do this by adding a macro but I have to click that after each row is
added. *Is there any way I can set up something to do this for me as I enter
the data?


Do you wish to paste those 250 rows and then execute a macro that will
automatically put all your master data into various other sheets? If
so, and if you know under what conditions, each row needs to go to a
specified sheet, then it can definitely be done using some
programming. Let me know your exact requirement and we can see how
to do it.

Thanks
Satish
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default sort data from 1 sheet to multiple sheets in excel

Saved from a previous post.

Excel doesn't do this kind of thing very well.

If you make a typing mistake, you'll have to provide code to remove the new
entry from the wrong sheet.

Instead, I'd keep all the data in one sheet. Use autofilter or sort to show the
stuff I need.

But if I needed separate worksheets, I'd refresh them from scratch each time I
needed them.

You may want to look at how Ron de Bruin and Debra Dalgleish approached this
kind of thing:

Ron de Bruin's EasyFilter addin:
http://www.rondebruin.nl/easyfilter.htm

Or:

Code from Debra Dalgleish's site:
http://www.contextures.com/excelfiles.html

Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- replaces old data with current.
AdvFilterCity.xls 55 kb

NickMc13 wrote:

I have a master sheet with 6 columns and 20 rows. I will be adding about
200-250 more rows to this. I would like to be able to add these rows and
have the info populated into one of 14 other sheets automatically. I found a
way to do this by adding a macro but I have to click that after each row is
added. Is there any way I can set up something to do this for me as I enter
the data?


--

Dave Peterson
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
How do I data sort multiple sheets in Excel that are linked with i yojlem Excel Worksheet Functions 2 January 11th 22 11:10 AM
Filtering of data in a master excel sheet from multiple sheets Khawajaanwar Excel Discussion (Misc queries) 3 January 25th 10 05:22 PM
Copy data from multiple sheets into new sheet Angie Excel Worksheet Functions 0 June 5th 07 10:53 PM
Multiple sheets as data for a single sheet Newbie1092 Excel Worksheet Functions 1 December 19th 05 05:20 PM
Copying data from multiple sheets into one sheet Todd Excel Programming 1 July 14th 05 03:10 AM


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