Thread: PULL Function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove
 
Posts: n/a
Default PULL Function

Sandy wrote...
....
This works of course only when FFPS is open. How do I modify the formula to
incorporate PULL. I have tried PULL("'[FFPSTotal "& YEAR &".xls]"
&$R9&"'!B$13"), and get #REF!


You need to include the full drive/directory path. It's necessary when
the workbook is closed, and it does no harm when the workbook is open.