Using address function result in an array

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The following formula returns "$C2:D$2" (Please note: result encapsulated in
double quotes)

=ADDRESS(2,3,3)&":"&ADDRESS(2,4,2)

How do I use the result as a range reference within a function, array or by
external reference to the result?

Thanks in advance.
 
Thanks! When I took out the optional [sheet_text] reference argument in the
address function, indirect worked as documented.

When the address result is in the form of "Daily!$B$2", the indirect
function bombs.

Thanks for the help.
 
It seemed to worked okay for me w/the sheet reference. I included the sheet
text only on the first address and did not include the !


RLR said:
Thanks! When I took out the optional [sheet_text] reference argument in the
address function, indirect worked as documented.

When the address result is in the form of "Daily!$B$2", the indirect
function bombs.

Thanks for the help.

Ardus Petus said:
=INDIRECT(ADDRESS(2,3,3)&":"&ADDRESS(2,4,2))

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top