View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
garwoos garwoos is offline
external usenet poster
 
Posts: 2
Default using offset function

I am trying to use the offset function to find a value and bring over bits of
information from the table the value represents. My only problem is getting
the function to use the value inside a cell for the cell reference. ie.
=offset(B29,5,1,1,1) where cell B29's contents are
"sheet1!D263". How do I get the function to recognize the sheet1!D263
instead of the actual cell B29?