A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

cell references



 
 
Thread Tools Display Modes
  #1  
Old September 16th, 2003, 07:42 PM
Sandi
external usenet poster
 
Posts: n/a
Default cell references

does anyone know how to enter a formula to link two pages
when the cell reference always increases by 7 rows.
Right now I have to type the formula in each cell, I am
trying to figure out how I can copy the formula across.

For example
Cell A1 ='tommy'!K10
Cell B1 ='tommy'!K17
Cell C1 ='tommy'!K24
etc.

Any suggestions?
  #2  
Old September 16th, 2003, 07:52 PM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default cell references

One way

=OFFSET(Tommy!$K$10,ROW(1:1)*7-7,)

don't insert rows above the formula or it will be offset wrongly

--

Regards,

Peo Sjoblom


"Sandi" wrote in message
...
does anyone know how to enter a formula to link two pages
when the cell reference always increases by 7 rows.
Right now I have to type the formula in each cell, I am
trying to figure out how I can copy the formula across.

For example
Cell A1 ='tommy'!K10
Cell B1 ='tommy'!K17
Cell C1 ='tommy'!K24
etc.

Any suggestions?



  #3  
Old September 16th, 2003, 09:48 PM
Eileen
external usenet poster
 
Posts: n/a
Default cell references

This may be odd but make a column adding 7 to the item
above. Do a find and replace all = with = creating text.
concatenate formula minus cell refrence row # and the
column with correct numbers.the name with the column with
correct numbers
=Concatenate(='tommy'!K,a2)
Copy paste special values then find replace = with = to
reactivate formula.
-----Original Message-----
does anyone know how to enter a formula to link two pages
when the cell reference always increases by 7 rows.
Right now I have to type the formula in each cell, I am
trying to figure out how I can copy the formula across.

For example
Cell A1 ='tommy'!K10
Cell B1 ='tommy'!K17
Cell C1 ='tommy'!K24
etc.

Any suggestions?
.

  #4  
Old September 16th, 2003, 10:09 PM
Anita
external usenet poster
 
Posts: n/a
Default cell references

Sandi,
If I'm not mistaken, if you type 3 or 4 in you can
highlight all of them (the 3 or 4 that you typed)and click
the solid black box in the bottom right corner of the
cells and drag it down. Once you begin to create a
series, it remembers that and should continue it for you.
-----Original Message-----
does anyone know how to enter a formula to link two pages
when the cell reference always increases by 7 rows.
Right now I have to type the formula in each cell, I am
trying to figure out how I can copy the formula across.

For example
Cell A1 ='tommy'!K10
Cell B1 ='tommy'!K17
Cell C1 ='tommy'!K24
etc.

Any suggestions?
.

  #5  
Old September 16th, 2003, 10:28 PM
GB
external usenet poster
 
Posts: n/a
Default cell references


"Peo Sjoblom" wrote in message
...
One way

=OFFSET(Tommy!$K$10,ROW(1:1)*7-7,)

don't insert rows above the formula or it will be offset wrongly

--

Regards,

Peo Sjoblom


Very neat! I wish I'd thought of that.

BTW the OP mentioned A1, B1, C1, etc, rather than A1, A2, A3. A formula that
can be copied across rather than down is:

=OFFSET($K$10,COLUMN(A1)*7-7,)

Geoff


"Sandi" wrote in message
...
does anyone know how to enter a formula to link two pages
when the cell reference always increases by 7 rows.
Right now I have to type the formula in each cell, I am
trying to figure out how I can copy the formula across.

For example
Cell A1 ='tommy'!K10
Cell B1 ='tommy'!K17
Cell C1 ='tommy'!K24
etc.

Any suggestions?





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:32 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.