Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Add a row with data

Hello, everyone,

I'm hoping that one of you can help me.

If I add a row in Sheet 1 and input data into it's cells, how can I have a
duplicate row added automatically in Sheet 2 (i.e. containing the data I just
added in Sheet 1)?

Thanks in advance!

--

igor
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Add a row with data

Excel isn't really good at pushing data to other locations.

You can use event macros to try to do this, but in my thinking, it would be too
complex to make the process robust.

I do my best to keep all my data on one sheet and then use data|sort or
data|filter to see what I want to see.

But....

If you really have to create multiple worksheets based on a unique field/column,
you could do all the data entry on one sheet, then when you're ready, you could
split it up.

I'd look at these techniques:

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

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


Igor wrote:

Hello, everyone,

I'm hoping that one of you can help me.

If I add a row in Sheet 1 and input data into it's cells, how can I have a
duplicate row added automatically in Sheet 2 (i.e. containing the data I just
added in Sheet 1)?

Thanks in advance!

--

igor


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Add a row with data

Thank you vey much for you help, Dave.

I'll take a look at the links to see if it helps me.


--

igor


"Dave Peterson" wrote:

Excel isn't really good at pushing data to other locations.

You can use event macros to try to do this, but in my thinking, it would be too
complex to make the process robust.

I do my best to keep all my data on one sheet and then use data|sort or
data|filter to see what I want to see.

But....

If you really have to create multiple worksheets based on a unique field/column,
you could do all the data entry on one sheet, then when you're ready, you could
split it up.

I'd look at these techniques:

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

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


Igor wrote:

Hello, everyone,

I'm hoping that one of you can help me.

If I add a row in Sheet 1 and input data into it's cells, how can I have a
duplicate row added automatically in Sheet 2 (i.e. containing the data I just
added in Sheet 1)?

Thanks in advance!

--

igor


--

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
Save 60% on Data Entry, Data Conversion, Data Processing Services byOffshore-Data-Entry [email protected] Excel Programming 0 June 4th 08 04:02 PM
Save 60% on Data Entry, Data Conversion, Data Processing Services byOffshore-Data-Entry [email protected] Excel Programming 0 June 4th 08 04:00 PM
Reliable Data Conversion,Data Formats and Data Entry Services by DataEntry India Data Entry India Excel Programming 0 March 31st 08 12:03 PM
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing [email protected] Excel Discussion (Misc queries) 0 March 20th 08 12:45 PM
Excel Macro for taking data external data and populating it on a sheet and deleting unwanted data [email protected] Excel Programming 3 November 8th 07 05:59 AM


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