#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Indirect(Address(...

Address(5,$Z$5+60) appears to refer to the cell I want; however, I'm trying
to use the Address function inside a Rank function and have tried it with and
without the Indirect function (as shown below) and it doesn't work -- any
thoughts?

=Rank($BE$5,Indirect(Address(5,$Z$5+60)):Indirect( Address(1000,$Z$5+60)))

The range always comes back as 0.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Indirect(Address(...

Indirect and Offset may or may not work the way you want but I think OFFSET
is a simpler way to go.

If Z5 is 0 the range you would want returned by the Indirect and Offset
portions of the formula is $BH$5:$BH$1000

Therefore to get the range offset from that by the number of columns in Z5
try this:

OFFSET($BH$5:$BH$1000,,$Z$5)

--
Jim
"Adam1 Chicago" wrote in message
...
| Address(5,$Z$5+60) appears to refer to the cell I want; however, I'm
trying
| to use the Address function inside a Rank function and have tried it with
and
| without the Indirect function (as shown below) and it doesn't work -- any
| thoughts?
|
| =Rank($BE$5,Indirect(Address(5,$Z$5+60)):Indirect( Address(1000,$Z$5+60)))
|
| The range always comes back as 0.
|
| Thanks


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
Array reference using indirect address Mshaw Excel Worksheet Functions 13 October 3rd 07 06:43 PM
=(INDIRECT(ADDRESS(ROW(),#))) with SUMPRODUCT returning #VALUE! Brian Williams Excel Worksheet Functions 7 March 30th 07 02:28 PM
INDIRECT(ADDRESS... Across worksheets MikeDH Excel Worksheet Functions 3 August 12th 05 07:37 PM
Summing a range using INDIRECT & ADDRESS Todd Excel Worksheet Functions 3 June 7th 05 10:53 PM


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