View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Tannenbaum David Tannenbaum is offline
external usenet poster
 
Posts: 7
Default Referring to a cell by using another cell for the row number

Here is a simpler way to ask this.

On TabOne I have the value "35" in A1.

On TabTwo I have the value "A1" written into B1.

On TabTwo I now want to call up the value in TabOne!A1 by referring to TabTwo!B1. So it would be something like this:

TabOne!(TabTwo!B1)

But that doesn't work, of course.