#1   Report Post  
Posted to microsoft.public.excel.misc
SJT
 
Posts: n/a
Default Dynamic Named Ranges

I am using the OFFSET formula to create a dynamic named range that is several
rows long and several columns wide. How would I create a cell reference in
another spreadsheet that dynamically refers to the last cell of that range.
Thank you in advance for your assitance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Dynamic Named Ranges

Assuming it's the same column

=LOOKUP(2,1/(A1:A65535<""),A1:A65535)

since you just want the last value there is no need to refer to the offset
formula,
replace A with the column in question

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"SJT" wrote in message
...
I am using the OFFSET formula to create a dynamic named range that is
several
rows long and several columns wide. How would I create a cell reference
in
another spreadsheet that dynamically refers to the last cell of that
range.
Thank you in advance for your assitance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
SimonCC
 
Posts: n/a
Default Dynamic Named Ranges

If your formula for the dynamic named range was:
=OFFSET(reference,rows,cols,height,width)

use pretty much the same formula with slight variation to get last cell:
=OFFSET(reference,rows+height-1,cols+width-1,1,1)

-Simon

"SJT" wrote:

I am using the OFFSET formula to create a dynamic named range that is several
rows long and several columns wide. How would I create a cell reference in
another spreadsheet that dynamically refers to the last cell of that range.
Thank you in advance for your assitance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
mrice
 
Posts: n/a
Default Dynamic Named Ranges


Try

=INDEX(aaa,ROWS(aaa),COLUMNS(aaa))

where aaa is the range name.


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=550476

  #5   Report Post  
Posted to microsoft.public.excel.misc
SJT
 
Posts: n/a
Default Dynamic Named Ranges

Thank you for your assistance.

"Peo Sjoblom" wrote:

Assuming it's the same column

=LOOKUP(2,1/(A1:A65535<""),A1:A65535)

since you just want the last value there is no need to refer to the offset
formula,
replace A with the column in question

--

Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
"It is a good thing to follow the first law of holes;
if you are in one stop digging." Lord Healey


"SJT" wrote in message
...
I am using the OFFSET formula to create a dynamic named range that is
several
rows long and several columns wide. How would I create a cell reference
in
another spreadsheet that dynamically refers to the last cell of that
range.
Thank you in advance for your assitance.




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
Conditional Sum Wizard with dynamic named ranges willee Excel Worksheet Functions 4 February 5th 06 07:03 PM
Dynamic Named Ranges clane Excel Discussion (Misc queries) 5 October 13th 05 03:26 PM
Problem with Dynamic Named Ranges Andibevan Excel Worksheet Functions 4 October 5th 05 12:56 PM
Excel2K: Is it possible to use dynamic named ranges in custom data validation formula? Arvi Laanemets Excel Discussion (Misc queries) 0 December 2nd 04 11:29 AM
Named dynamic ranges, copied worksheets and graph source data WP Charts and Charting in Excel 1 November 28th 04 05:19 PM


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