Thread: cell to sheet
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
[email protected] britwiz@hotmail.com is offline
external usenet poster
 
Posts: 27
Default cell to sheet


ceemo wrote:

I have various tabs example one named HGI

I want to have a formula that will look at cell B1 of a sheet i specify
in a cell

example report page cel A1 = HGI

I want cell A2 to look at cell B1 of the sheet that is named in A1

Hi ceemo

Try this in A2:

=INDIRECT(ADDRESS(1,2,,,A1))

Regards

Steve