Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I extract a date as text not the 1900 reference number | Excel Discussion (Misc queries) | |||
How to reference a text cell that changes weekly in Header or Foo. | Excel Discussion (Misc queries) | |||
reference the result of a formula in a text formatted cell | Excel Discussion (Misc queries) | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
& reference answering as Date Serial # not actual text | Excel Worksheet Functions |