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 there a way to use Index/and or Match to do something similiar so I can use it with a closed workbook? I currently have to have the workbook open in order to do so.
=IF(OFFSET('Source.xls'!Bulk_Counterparty,1,0)="","",(OFFSET(Source.xls'!Bulk_Counterparty,1,0)))
Is there a way to use Index/and or Match to do something similiar so I can use it with a closed workbook? I currently have to have the workbook open in order to do so.