View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff Biff is offline
external usenet poster
 
Posts: 1,688
Default indirect formula help

Try this:

=INDIRECT($A$1 & "!" & CHAR(COLUMN()+64) & ROWS($1:2))

Biff

"ivory_kitten" wrote in message
...
both please!

"Biff" wrote:

How do you want the A2 reference to update? By column or row or both?

Biff

"ivory_kitten" wrote in message
...
i need to use a formula in which the variable part is the worksheet
name,
i'm
trying to use INDIRECT($A$1 & "!A2"), where the value of $A$1 is the
worksheet name, but when i copy my formula to the other cells, the A2
part
does not update

how do i make it automatically update to the current cell reference?