I currently am using offset to reference another workbook. I have a cell that has a defined name so I reference that cell and then do my offset off of that. The formula looks like this:
=IF(OFFSET('Source.xls'!Bulk_Counterparty,1,0)="","",(OFFSET(Source.xls'!Bulk_Counterparty,1,0)))
Is...