View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default How do I reference a worksheet name through a formula?

Hi,

There'sno guarantee it makes you formula simpler but lets say we have

Sheet1!

in Cell A1, this formula returns A1 of sheet 1

=INDIRECT(A1&"A1")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"pv6901" wrote:

I would like to reference a cell to obtain a worksheet name rather than have
the worksheet name in the formula. So rather than have Sheet1! in the formula
I would like to have a cell that contains the text "Sheet1"