Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default Copy data from 1 work sheet to another automatically

I work with Excel 2000 and was wondering if there is a way of copying data
from one sheet to another so that any changed made will reflect onto the new
worksheets.
--
Thank you for reading my post. Hopefully you can answer my querie
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Copy data from 1 work sheet to another automatically

In Sheet1,

You could place in A1:
=IF(Sheet2!A1="","",Sheet2!A1)
then copy across and fill down to cover the extent required
The formulated range will return the contents of Sheet2 to the extent covered.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Shazza" wrote:
I work with Excel 2000 and was wondering if there is a way of copying data
from one sheet to another so that any changed made will reflect onto the new
worksheets.
--
Thank you for reading my post. Hopefully you can answer my querie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Copy data from 1 work sheet to another automatically

Why not just use a simpler formula?
=Sheet2!A1

"Max" wrote in message
...
In Sheet1,

You could place in A1:
=IF(Sheet2!A1="","",Sheet2!A1)
then copy across and fill down to cover the extent required
The formulated range will return the contents of Sheet2 to the extent
covered.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Shazza" wrote:
I work with Excel 2000 and was wondering if there is a way of copying
data
from one sheet to another so that any changed made will reflect onto the
new
worksheets.
--
Thank you for reading my post. Hopefully you can answer my querie



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Copy data from 1 work sheet to another automatically

Max presumably didn't want to display zero when Sheet2!A1 was blank?
--
David Biddulph

"Stephen" <none wrote in message
...
Why not just use a simpler formula?
=Sheet2!A1

"Max" wrote in message
...
In Sheet1,

You could place in A1:
=IF(Sheet2!A1="","",Sheet2!A1)
then copy across and fill down to cover the extent required
The formulated range will return the contents of Sheet2 to the extent
covered.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Shazza" wrote:
I work with Excel 2000 and was wondering if there is a way of copying
data
from one sheet to another so that any changed made will reflect onto the
new
worksheets.
--
Thank you for reading my post. Hopefully you can answer my querie





  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Copy data from 1 work sheet to another automatically

"Stephen" wrote:
Why not just use a simpler formula?
=Sheet2!A1


Because it's inferior to the classier:
=IF(Sheet2!A1="","",Sheet2!A1)


The simpler one will return ugly looking zeros for any blank cells in
Sheet2, while the classier one replicates it better by returning neat looking
"blanks" for any blank cells in Sheet2. It also pre-empts the possible
follow-through question by the OP on the extraneous zeros being returned. Why
not kill 2 birds with one arrow?
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Copy data from 1 work sheet to another automatically

I think Max is right, it's more elegant. But Stephen is right too. Simpler
is better. I use the simple format, then I go to tools, options, and turn
off the show zero values.

"Max" wrote:

"Stephen" wrote:
Why not just use a simpler formula?
=Sheet2!A1


Because it's inferior to the classier:
=IF(Sheet2!A1="","",Sheet2!A1)


The simpler one will return ugly looking zeros for any blank cells in
Sheet2, while the classier one replicates it better by returning neat looking
"blanks" for any blank cells in Sheet2. It also pre-empts the possible
follow-through question by the OP on the extraneous zeros being returned. Why
not kill 2 birds with one arrow?
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Copy data from 1 work sheet to another automatically

If simplicity is what you want why not just copy and special as link. Having
said that I would go for Max;s solution any day


--


Regards,


Peo Sjoblom



"Dwight N" wrote in message
...
I think Max is right, it's more elegant. But Stephen is right too.
Simpler
is better. I use the simple format, then I go to tools, options, and turn
off the show zero values.

"Max" wrote:

"Stephen" wrote:
Why not just use a simpler formula?
=Sheet2!A1


Because it's inferior to the classier:
=IF(Sheet2!A1="","",Sheet2!A1)


The simpler one will return ugly looking zeros for any blank cells in
Sheet2, while the classier one replicates it better by returning neat
looking
"blanks" for any blank cells in Sheet2. It also pre-empts the possible
follow-through question by the OP on the extraneous zeros being returned.
Why
not kill 2 birds with one arrow?
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Copy data from 1 work sheet to another automatically

"copy and paste special as link"


--


Regards,


Peo Sjoblom


"Peo Sjoblom" wrote in message
...
If simplicity is what you want why not just copy and special as link.
Having said that I would go for Max;s solution any day


--


Regards,


Peo Sjoblom



"Dwight N" wrote in message
...
I think Max is right, it's more elegant. But Stephen is right too.
Simpler
is better. I use the simple format, then I go to tools, options, and
turn
off the show zero values.

"Max" wrote:

"Stephen" wrote:
Why not just use a simpler formula?
=Sheet2!A1

Because it's inferior to the classier:
=IF(Sheet2!A1="","",Sheet2!A1)

The simpler one will return ugly looking zeros for any blank cells in
Sheet2, while the classier one replicates it better by returning neat
looking
"blanks" for any blank cells in Sheet2. It also pre-empts the possible
follow-through question by the OP on the extraneous zeros being
returned. Why
not kill 2 birds with one arrow?
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---





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
Data Base, copy information one sheet to another automatically Bill Bula Excel Discussion (Misc queries) 2 November 5th 07 01:04 PM
Copy and paste cahrt to new sheet-update data automatically? SKlee Charts and Charting in Excel 5 May 28th 07 02:00 PM
How do I automatically copy data from one sheet to another? DonnaO Excel Worksheet Functions 1 March 15th 07 11:08 AM
GETTING SELECTED DATA FROM A WORK SHEET TO OTHER WORK SHEET kumar Excel Discussion (Misc queries) 0 October 4th 06 01:34 PM
How do I copy a formula from one work sheet to another? help needed please Excel Worksheet Functions 1 September 14th 06 03:59 AM


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