Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
aka_norm
 
Posts: n/a
Default Construct address as a reference not "text"

I am constructing an address using address function as follows

=address(row(),24,1,TRUE,B1&T2)

The result is a text of the address but if I use

=INDIRECT(ADDRESS(row().....B1&T2),True)

I get #REF... I assume the INDIRECT() is looking for a reference not text.
What I really want is the content of the cell created using the Address()
function.
I have tried =Cell("contents",address(....)) to no avail...

Please help
Norm
  #2   Report Post  
KL
 
Posts: n/a
Default

Hi,

Works like a charm to me. Check if the sheet name is correct. BTW, True is
redundant in the INDIRCT function. Can just go:

=INDIRECT(ADDRESS(ROW(),24,1,TRUE,B1&T2))

KL
..


"aka_norm" wrote in message
...
I am constructing an address using address function as follows

=address(row(),24,1,TRUE,B1&T2)

The result is a text of the address but if I use

=INDIRECT(ADDRESS(row().....B1&T2),True)

I get #REF... I assume the INDIRECT() is looking for a reference not text.
What I really want is the content of the cell created using the Address()
function.
I have tried =Cell("contents",address(....)) to no avail...

Please help
Norm



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

If the B1&T1 is the path and name of a workbook that is not open then it
will return an error,
INDIRECT can not return info from a closed workbook

--
Regards,

Peo Sjoblom


"KL" wrote in message
...
Hi,

Works like a charm to me. Check if the sheet name is correct. BTW, True is
redundant in the INDIRCT function. Can just go:

=INDIRECT(ADDRESS(ROW(),24,1,TRUE,B1&T2))

KL
.


"aka_norm" wrote in message
...
I am constructing an address using address function as follows

=address(row(),24,1,TRUE,B1&T2)

The result is a text of the address but if I use

=INDIRECT(ADDRESS(row().....B1&T2),True)

I get #REF... I assume the INDIRECT() is looking for a reference not
text.
What I really want is the content of the cell created using the Address()
function.
I have tried =Cell("contents",address(....)) to no avail...

Please help
Norm




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
How do I extract a date as text not the 1900 reference number Adam Excel Discussion (Misc queries) 3 March 23rd 05 05:04 PM
How to reference a text cell that changes weekly in Header or Foo. duane Excel Discussion (Misc queries) 2 March 20th 05 02:31 PM
reference the result of a formula in a text formatted cell jpwinston Excel Discussion (Misc queries) 1 February 7th 05 05:33 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
& reference answering as Date Serial # not actual text Kevin M Excel Worksheet Functions 0 November 30th 04 05:57 PM


All times are GMT +1. The time now is 04:36 PM.

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"