Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 293
Default Indirect Address Problem

Hi All

Jacob Skaria Kindly helped me with this problem and I thought we had the
answer however

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 Anybody 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


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

Try the below

(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 All

Jacob Skaria Kindly helped me with this problem and I thought we had the
answer however

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 Anybody 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 address stew Excel Discussion (Misc queries) 4 July 20th 09 04:50 PM
INDIRECT and ADDRESS Al Excel Worksheet Functions 4 March 13th 09 10:05 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 03:12 AM.

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"