Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 461
Default Mirroring worksheets

It seams to work perfect on my test sheet.
What I don't get is why don't you just link the cells. Like in sheet2 A1

=IF('Sheet1'!A1=0, "" , 'Sheet1'A1)

"Natalie" wrote:

I have two different worksheets, they look something like this:

Sheet1:
Column A Column B Column C
Study #1 Company Name Company Study #
Study #2 Company Name Company Study #

Sheet2:
Column A Column B Column C
Study #1 Company Name Date Study #1 Report Received
Study #2 Company Name Date Study #2 Report Received

The first two columns of the 2nd worksheet have this formula, so that it
copies from Sheet1 and adds rows when added in Sheet1 as well:
=IF(OFFSET(Sheet1!$A$1,ROW(A1)-1,COLUMN(A1)-1)=0,"",OFFSET(Sheet1!$A$1,ROW(A1)-1,COLUMN(A1)-1))

But when I enter rows in Sheet1, the entire row does not enter in Sheet2 and
I get this:

Column A Column B Column C
Date Study #1 Report Received
Study #1 Company Name Date Study #2 Report Received
Study #2 Company Name

So the info in Column C no longer matches up to columns A & B.

Is there any way to fix this so that the complete row is entered on Sheet2?

Thanks for any help!
Natalie


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Mirroring worksheets

Because when I add a row in Sheet1 it doesn't carry over to sheet two...

"AKphidelt" wrote:

It seams to work perfect on my test sheet.
What I don't get is why don't you just link the cells. Like in sheet2 A1

=IF('Sheet1'!A1=0, "" , 'Sheet1'A1)

"Natalie" wrote:

I have two different worksheets, they look something like this:

Sheet1:
Column A Column B Column C
Study #1 Company Name Company Study #
Study #2 Company Name Company Study #

Sheet2:
Column A Column B Column C
Study #1 Company Name Date Study #1 Report Received
Study #2 Company Name Date Study #2 Report Received

The first two columns of the 2nd worksheet have this formula, so that it
copies from Sheet1 and adds rows when added in Sheet1 as well:
=IF(OFFSET(Sheet1!$A$1,ROW(A1)-1,COLUMN(A1)-1)=0,"",OFFSET(Sheet1!$A$1,ROW(A1)-1,COLUMN(A1)-1))

But when I enter rows in Sheet1, the entire row does not enter in Sheet2 and
I get this:

Column A Column B Column C
Date Study #1 Report Received
Study #1 Company Name Date Study #2 Report Received
Study #2 Company Name

So the info in Column C no longer matches up to columns A & B.

Is there any way to fix this so that the complete row is entered on Sheet2?

Thanks for any help!
Natalie


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
A Mirroring Spreadsheet... J Ray Excel Worksheet Functions 4 August 12th 09 03:01 PM
Mirroring a data range Skorpishor Excel Discussion (Misc queries) 0 April 1st 09 03:25 PM
mirroring worksheets Natalie Excel Worksheet Functions 4 June 28th 07 12:23 AM
Linking or Mirroring workbook michael Excel Worksheet Functions 0 May 24th 07 06:57 PM
Mirroring cells careyc Excel Discussion (Misc queries) 5 October 17th 05 03:49 PM


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