Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ignobilitor
 
Posts: n/a
Default Incrementing rows (or columns) to a reference in another worksheet

Hi,

Here's my situation:

I have a workbook in which I'd like to reference a cell in another
worksheet, but would like to increment the reference as I move down rows
in the original worksheet.

For example, on Worksheet 1, cell A1 contains "=Worksheet2!A192". In
cell A2, I would like to reference "=A1 + [whatever I'd put in here that
would result in the reference actually being "=Worksheet2!A196"]"

The whole point is to be able to copy the cell down without having to go
in and enter the exact references manually.

Hope this makes sense...

Thanks!

Stefan
  #2   Report Post  
Rob van Gelder
 
Posts: n/a
Default

In cell A2, the formula would be:
=A1 + OFFSET(Worksheet2!$A$192, (ROW() - 1) * 4, 0)


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Ignobilitor" wrote in message
...
Hi,

Here's my situation:

I have a workbook in which I'd like to reference a cell in another
worksheet, but would like to increment the reference as I move down rows
in the original worksheet.

For example, on Worksheet 1, cell A1 contains "=Worksheet2!A192". In cell
A2, I would like to reference "=A1 + [whatever I'd put in here that would
result in the reference actually being "=Worksheet2!A196"]"

The whole point is to be able to copy the cell down without having to go
in and enter the exact references manually.

Hope this makes sense...

Thanks!

Stefan



  #3   Report Post  
Ignobilitor
 
Posts: n/a
Default

Rob van Gelder wrote:
In cell A2, the formula would be:
=A1 + OFFSET(Worksheet2!$A$192, (ROW() - 1) * 4, 0)


Thank you, Rob! I'll give this a try.

Stefan
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
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 06:37 AM
Using a cell reference to refernce worksheet in another work book [email protected] Excel Worksheet Functions 5 January 6th 05 07:26 PM
Indirect reference from one worksheet to another Bill Sturdevant Excel Worksheet Functions 2 December 17th 04 02:23 PM
interchange columns with rows Herman Excel Discussion (Misc queries) 2 December 8th 04 06:40 PM
Reference Data in Moved Worksheet tommcbrny Setting up and Configuration of Excel 1 December 1st 04 07:49 PM


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