View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Angus Angus is offline
external usenet poster
 
Posts: 81
Default Dynamic reference to another tab name

Currently I have a cell with this formula:
=A2 & !D6

Cell A2 contains the name of another tab in the same book and I wish to
display the value from cell D6 of that sheet. Clearly the above syntax is
incorrect but what should it be?

Thanks in advance.