#1   Report Post  
Rob graham
 
Posts: n/a
Default Double entry

I have a spreadsheet with several columns and I make entries in rows across
the columns. I would like to be able to have some of those entries copied
into another sheet to save making the entries twice.

I can see how to get a cell in the second sheet to pick up the entries in
the first but I may add rows in the first sheet from time to time and I want
these to be automatically picked up in the second.

Also, in the first sheet there are some rows which I don't want copied over,
and I may make entries in rows subsequent to these. How can I accommodate
all this?

Rob Graham


  #2   Report Post  
Jim May
 
Posts: n/a
Default

Small Sample...

Sheet1Range A1:C6
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
vvv 1,345.00 N
bb 1,456.00 Y

Apply Data, Auto-Filter on C1 = Y
to get:
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
bb 1,456.00 Y

Highlight selection and COPY;

Move to Sheet2
and in A1 Edit, Paste-Special
Click the "Paste-Link" Button

It's a start --- Maybe?????
HTH

"Rob graham" wrote in message
...
I have a spreadsheet with several columns and I make entries in rows

across
the columns. I would like to be able to have some of those entries copied
into another sheet to save making the entries twice.

I can see how to get a cell in the second sheet to pick up the entries in
the first but I may add rows in the first sheet from time to time and I

want
these to be automatically picked up in the second.

Also, in the first sheet there are some rows which I don't want copied

over,
and I may make entries in rows subsequent to these. How can I accommodate
all this?

Rob Graham




  #3   Report Post  
Rob graham
 
Posts: n/a
Default


"Jim May" wrote in message
news:VBWse.65451$Fv.7255@lakeread01...
Small Sample...

Sheet1Range A1:C6
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
vvv 1,345.00 N
bb 1,456.00 Y

Apply Data, Auto-Filter on C1 = Y
to get:
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
bb 1,456.00 Y

Highlight selection and COPY;

Move to Sheet2
and in A1 Edit, Paste-Special
Click the "Paste-Link" Button

It's a start --- Maybe?????


Jim,

Thanks for this. Unfortunately I'm not as skilled as you are and don't
readily follow your post.

Firstly, are you telling me to enter the following into cells?
Sheet1Range A1:C6
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
vvv 1,345.00 N
bb 1,456.00 Y


i.e., into A1 I would put *Sheet1Range A1:C6*
into B1,B2,B3 *Code Amt Dup?Sheet2*
and the other items into 4 rows in 3 columns beneath?

Rob



  #4   Report Post  
Jim May
 
Posts: n/a
Default

Originally, I meant to say Sheet1Range A1:C5 << The reference to
Sheet1RangeA1..
was not intended to be entered into the sheet.
Does that help.


"Rob graham" wrote in message
...

"Jim May" wrote in message
news:VBWse.65451$Fv.7255@lakeread01...
Small Sample...

Sheet1Range A1:C6
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
vvv 1,345.00 N
bb 1,456.00 Y

Apply Data, Auto-Filter on C1 = Y
to get:
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
bb 1,456.00 Y

Highlight selection and COPY;

Move to Sheet2
and in A1 Edit, Paste-Special
Click the "Paste-Link" Button

It's a start --- Maybe?????


Jim,

Thanks for this. Unfortunately I'm not as skilled as you are and don't
readily follow your post.

Firstly, are you telling me to enter the following into cells?
Sheet1Range A1:C6
Code Amt Dup?Sheet2
abc 1,123.00 Y
cds 1,234.00 Y
vvv 1,345.00 N
bb 1,456.00 Y


i.e., into A1 I would put *Sheet1Range A1:C6*
into B1,B2,B3 *Code Amt Dup?Sheet2*
and the other items into 4 rows in 3 columns beneath?

Rob





  #5   Report Post  
Rob graham
 
Posts: n/a
Default


"Jim May" wrote in message
news:A6pte.65529$Fv.18925@lakeread01...
Originally, I meant to say Sheet1Range A1:C5 << The reference to
Sheet1RangeA1..
was not intended to be entered into the sheet.
Does that help.


Thanks Jim.

Now if I enter some data in say Sheet1, row C6 I would like it to
automatically find its way to a row in Sheet 2.

Rob




  #6   Report Post  
Jim May
 
Posts: n/a
Default

Rob:
My take on what you were wanting to do was to suggest that your
use the Copy of your Full Data from Sheet1 and do a Paste-Special - Paste
Link to Sheet2.
That way, whatever changes you make to the existing records on Sheet1
auto-update
the same records on sheet2 as each of your cells on sheet2 are linked to
it's couterpart
cell on sheet1.

Now, if you periodically add rows to sheet1, it would be "easiest" to simply
again do
a Copy of your full table on sheet1 and the paste-special Paste link onto
sheet2, but
before so doing erase all your data off sheet2 (top to bottom) as you are
about to
completely replace it with the newly updated sheet1.

Maybe I assumed perhaps too much here,,,







"Rob graham" wrote in message
...

"Jim May" wrote in message
news:A6pte.65529$Fv.18925@lakeread01...
Originally, I meant to say Sheet1Range A1:C5 << The reference to
Sheet1RangeA1..
was not intended to be entered into the sheet.
Does that help.


Thanks Jim.

Now if I enter some data in say Sheet1, row C6 I would like it to
automatically find its way to a row in Sheet 2.

Rob




  #7   Report Post  
Rob graham
 
Posts: n/a
Default

Jim,

The cut and paste works fine. In fact, that is what I currently do. But I
really wondered whether there was a way (there usually is with Excel) to
automatically move information from one Sheet to another as soon as it was
entered. I may be being to hopeful here!

Rob


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 you create a selection box for data entry within excel Ligia Magnus Excel Discussion (Misc queries) 1 May 25th 05 08:10 PM
limit text entry in a range of cells QTPRM Excel Discussion (Misc queries) 2 May 25th 05 03:52 AM
Data Validation / Cell Entry Steve Jones Excel Discussion (Misc queries) 4 March 23rd 05 03:23 PM
double-clicking a list entry Sally Sibthorpe Excel Discussion (Misc queries) 2 February 25th 05 04:31 PM
Double entry lookup Al Eaton Excel Worksheet Functions 2 December 13th 04 03:25 AM


All times are GMT +1. The time now is 05:39 PM.

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"