Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default i want duplicate sheets

how can i get a sheet to copy a different sheet so when the original sheet
changes, the new sheet changes as well. i tried using = but then a zero is
placed in the cell if the original has nothing in it. i want a zero to show
if it is indeed a zero, but nothing to show if the original is blank.

the jist of what i am trying to do is:
Sheet 1: lists all data (A,B,C &D) and summation
Sheet 2: i want to list only data for A & B- including all the same detail
as the original. but now the summations will be different- A+B or B+D.... but
each of these groups are lists of data/values that could change or be added
to. but i dont want to insert a new row on each sheet-

as i write this is sounds stupid and not making much sense. any and all
suggestions are appreciated- this might be a job for access????

thanks

in doing this, i want my copied sheet to change as things change in the
original- ie inserting rows, columns....

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default i want duplicate sheets

In Sheet2,

Put in A1:
=IF(OFFSET(Sheet1!$A$1,ROWS($1:1)-1,COLUMNS($A:A)-1)="","",OFFSET(Sheet1!$A$1,ROWS($1:1)-1,COLUMNS($A:A)-1))
Copy across/fill down to cover the max expected extent of data in Sheet1,
inclusive any future inserted rows/columns
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"EWalters" wrote:
how can i get a sheet to copy a different sheet so when the original sheet
changes, the new sheet changes as well. i tried using = but then a zero is
placed in the cell if the original has nothing in it. i want a zero to show
if it is indeed a zero, but nothing to show if the original is blank.

the jist of what i am trying to do is:
Sheet 1: lists all data (A,B,C &D) and summation
Sheet 2: i want to list only data for A & B- including all the same detail
as the original. but now the summations will be different- A+B or B+D.... but
each of these groups are lists of data/values that could change or be added
to. but i dont want to insert a new row on each sheet-

as i write this is sounds stupid and not making much sense. any and all
suggestions are appreciated- this might be a job for access????

thanks

in doing this, i want my copied sheet to change as things change in the
original- ie inserting rows, columns....

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
Duplicate chart names on multiple sheets Breck Charts and Charting in Excel 2 February 9th 08 01:29 PM
Can I duplicate headers and footers on multiple sheets? HeatherDBecerra Excel Worksheet Functions 2 April 13th 07 09:12 PM
How to extract non-duplicate text b/w sheets to a new sheet. Georgie8888 Excel Discussion (Misc queries) 6 August 11th 06 08:04 AM
duplicate sheets LaurieB Excel Discussion (Misc queries) 4 April 20th 06 01:59 AM
insert worksheet gives me 3 duplicate sheets not one boilerhouse Excel Discussion (Misc queries) 1 December 8th 04 04:35 PM


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