View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Joerg Joerg is offline
external usenet poster
 
Posts: 138
Default refer to specific worksheet


"Dirk Nachbar" wrote in message
oups.com...
Dear all

I want to refer to a cell in a worksheet by writing down the worksheet
in A2. I tried =CONCATENATE("=",A2,"!A1") but it will write down the
formula =sheet2!A1
as a string and not evaluate it.

Dirk


Try =INDIRECT(A2&"!A1")

Cheers,

Joerg