Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Linking 2 Sheets w/ different formats
 
Posts: n/a
Default How to Link 2 Sheets with different formats

I have two sheets that I want to link however the two sheets have different
formats. Sheet one has data entered every row, but sheet two is required to
have data entered every 10 rows. If possible, how do I accomplish this?
  #2   Report Post  
Max
 
Posts: n/a
Default

Not sure, but you could be refering to
something along these lines ..

Assume you have in Sheet1,
cols A and B, data from row2 down

1 11 < in row2
2 22
3 33
4 44
5 55
6 66
7 77
8 88
9 99
10 110
11 121
12 132
etc

In Sheet2
------------
Put in A2:

=OFFSET(Sheet1!$A$2,ROWS($A$1:A1)*10-10,COLUMNS($A$1:A1)-1)

Copy A2 across to B2, fill down until zeros appear, signalling exhaustion of
data from Sheet1

For the sample data in Sheet1, you'll get:

1 11
11 121
etc

which is the data extracted from Sheet1 every 10 rows, commencing with row2

Adapt to suit ..

E.g.: change ROWS($A$1:A1)*10-10
to say: ROWS($A$1:A1)*5-5
if the interval is every 5 rows, instead of 10 rows
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Linking 2 Sheets w/ different formats" <Linking 2 Sheets w/ different
wrote in message
...
I have two sheets that I want to link however the two sheets have

different
formats. Sheet one has data entered every row, but sheet two is required

to
have data entered every 10 rows. If possible, how do I accomplish this?



  #3   Report Post  
Max
 
Posts: n/a
Default

And for a cleaner look, we could suppress extraneous zeros
from showing in Sheet2 via clicking:
Tools Options View tab Uncheck "Zero values" OK
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----


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 can I link entire sheets? PD_flip Excel Worksheet Functions 0 March 3rd 05 05:59 PM
Copy with link between sheets - all the formats dissapear?!? Kathrine Excel Discussion (Misc queries) 1 February 4th 05 04:45 PM
how can i link sheets in my excel workbook new secretary Excel Worksheet Functions 1 December 31st 04 11:08 PM
How do I link sorted data to other workbook sheets? Cori Excel Worksheet Functions 1 December 10th 04 06:00 PM
How do Icreate link from page of contents to sheets in workbook? alaskapaf Excel Discussion (Misc queries) 1 December 6th 04 07:15 PM


All times are GMT +1. The time now is 04:25 AM.

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"