#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default Indirect address

Hi all

In Row 490 Column H I have the following

=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(INT(ROW()/49),(INT(COLUMN()+1)))),0)

This displays the value in 'Road Cash Accounting'$I$10

How can I adapt the above formula in cell Row 539 Column H ( 49 rows on.
This repeats every 49 rows) to pick out 'Road Cash Accounting'$I$52 ( 42
lines on. This repeats every 42 lines)

Hope someone can help

Best

Stew
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Indirect address

Try

(all in one line)
=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(10+(MOD(ROW(),490)/49)*42,COLUMN()+1))

If this post helps click Yes
---------------
Jacob Skaria


"stew" wrote:

Hi all

In Row 490 Column H I have the following

=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(INT(ROW()/49),(INT(COLUMN()+1)))),0)

This displays the value in 'Road Cash Accounting'$I$10

How can I adapt the above formula in cell Row 539 Column H ( 49 rows on.
This repeats every 49 rows) to pick out 'Road Cash Accounting'$I$52 ( 42
lines on. This repeats every 42 lines)

Hope someone can help

Best

Stew

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default Indirect address

Thank you Jacob

Best

Stewart

"Jacob Skaria" wrote:

Try

(all in one line)
=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(10+(MOD(ROW(),490)/49)*42,COLUMN()+1))

If this post helps click Yes
---------------
Jacob Skaria


"stew" wrote:

Hi all

In Row 490 Column H I have the following

=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(INT(ROW()/49),(INT(COLUMN()+1)))),0)

This displays the value in 'Road Cash Accounting'$I$10

How can I adapt the above formula in cell Row 539 Column H ( 49 rows on.
This repeats every 49 rows) to pick out 'Road Cash Accounting'$I$52 ( 42
lines on. This repeats every 42 lines)

Hope someone can help

Best

Stew

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default Indirect address

Hi Jacob

Small Problem with this Formula

When we reach row 960 the indirect instruction starts at 'Road Cash
Accounting'$I$10 again when it should carry on to $I$430.This applies through
to the end of the Sheet

Can you help

"Jacob Skaria" wrote:

Try

(all in one line)
=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(10+(MOD(ROW(),490)/49)*42,COLUMN()+1))

If this post helps click Yes
---------------
Jacob Skaria


"stew" wrote:

Hi all

In Row 490 Column H I have the following

=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(INT(ROW()/49),(INT(COLUMN()+1)))),0)

This displays the value in 'Road Cash Accounting'$I$10

How can I adapt the above formula in cell Row 539 Column H ( 49 rows on.
This repeats every 49 rows) to pick out 'Road Cash Accounting'$I$52 ( 42
lines on. This repeats every 42 lines)

Hope someone can help

Best

Stew

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Indirect address

(in one line...)
=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(10+((ROW()-441)/49-1)*42,COLUMN()+1))

If this post helps click Yes
---------------
Jacob Skaria


"stew" wrote:

Hi Jacob

Small Problem with this Formula

When we reach row 960 the indirect instruction starts at 'Road Cash
Accounting'$I$10 again when it should carry on to $I$430.This applies through
to the end of the Sheet

Can you help

"Jacob Skaria" wrote:

Try

(all in one line)
=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(10+(MOD(ROW(),490)/49)*42,COLUMN()+1))

If this post helps click Yes
---------------
Jacob Skaria


"stew" wrote:

Hi all

In Row 490 Column H I have the following

=INDIRECT("'Road Cash
Accounting'!"&ADDRESS(INT(ROW()/49),(INT(COLUMN()+1)))),0)

This displays the value in 'Road Cash Accounting'$I$10

How can I adapt the above formula in cell Row 539 Column H ( 49 rows on.
This repeats every 49 rows) to pick out 'Road Cash Accounting'$I$52 ( 42
lines on. This repeats every 42 lines)

Hope someone can help

Best

Stew

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
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions Mike Barlow Excel Worksheet Functions 7 May 21st 23 07:42 PM
INDIRECT and ADDRESS Al Excel Worksheet Functions 4 March 13th 09 10:05 PM
indirect with address list Clif McIrvin Excel Worksheet Functions 5 March 11th 08 08:41 PM
using INDIRECT(ADDRESS(...)) Dave F[_2_] Excel Discussion (Misc queries) 4 January 3rd 08 07:55 PM
Indirect(Address(... Adam1 Chicago Excel Discussion (Misc queries) 1 November 6th 07 05:52 PM


All times are GMT +1. The time now is 07:21 PM.

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

About Us

"It's about Microsoft Excel"