View Single Post
  #3   Report Post  
mzehr
 
Posts: n/a
Default

Hi Kevin,
Try:
=INDIRECT("Sheet"&$A$1&"!$E$2")

"KevinB" wrote:

Hi,

I have 100+ worksheets. I have formulas that hard code those worksheet names.
Such as the the simple formula: =Sheet58!$E$2

I would like the "58" to be generated from cell (i.e. A1 has a value of 58)
so I can have a formula that like:

="Sheet($A$1)"!$E$2

What is the correct syntax? I tried INDIRECT, but could not get it to work
..