Worksheet Index in a cell function

  • Thread starter Thread starter Jonathan
  • Start date Start date
J

Jonathan

Hi

I want to create a cell formula that refers to data on another sheet.
My problem is that I don't know the worksheet name, only its index.

E.g I couldn't do =Data!$A$1 becuase I don't know the sheet is called
data
I need (something like) =WORKSHEETS(3)!$A$1

Anyone have an idea that will point me in the right direction ??

Many thanks
John
 
Thanks Harald

I suspected as much!
I'll need several thousand of these formulae so UDFs are out of of the
question I'm afraid (far too slow!)
I guess the next best thing is to write VBA to construct the cell formulae
and insert them in automatically as the workbook opens.

Many thanks
John
 

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