Combining formula and cell reference

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

Guest

Is there any way to combine a formula as part of the cell reference?
For example I want to use this type of format, but it doesn't work:

=Worksheetname!ADDRESS(BIG LONG FORMULA,6):T500

the output I want is: Worksheetname!F#:T500

# is defined by the BIG LONG FORMULA

If anyone knows the proper syntax, I would greatly appreciate it!!!
 
Look at the INDIRECT() function

--
Kind regards,

Niek Otten

| Is there any way to combine a formula as part of the cell reference?
| For example I want to use this type of format, but it doesn't work:
|
| =Worksheetname!ADDRESS(BIG LONG FORMULA,6):T500
|
| the output I want is: Worksheetname!F#:T500
|
| # is defined by the BIG LONG FORMULA
|
| If anyone knows the proper syntax, I would greatly appreciate it!!!
 

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