why is the INDIRECT function volatile?

  • Thread starter Thread starter Guest
  • Start date Start date
That probably is because Excel bases dependencies on cell references. And a text (like "B1") is not seen as a cell reference.
So if A1 contains "B1" and C1 is =Indirect(A1) and if you change the value B1, C1 would not be recalculated if Indirect wasn't
volatile.


--
Kind regards,

Niek Otten
Microsoft MVP - Excel



|I was reading this white paper on performance optimization in XL 2007,
| http://msdn2.microsoft.com/en-us/library/aa730921.aspx , and it indicated
| that the function INDIRECT is volatile. I can't figure out why that function
| would be volatile.
|
| Thoughts?
|
| --
| Brevity is the soul of wit.
 

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