Hi All
Im trying to get the following formula to work across sheets without any luck.
=SUM(BB5INDIRECT(ADDRESS(ROW(),COLUMN(OFFSET($B$4,2,MATCH(Summary!$B$2,$B$4:$DA$4,1)))))))
This works fine when its located on the same sheet as the data (sheetname is UnitSales)
I want to use it on a Summary Sheet and tried changing the Formula to the below - but it returns an error.
=SUM(UnitSales!BB5INDIRECT(ADDRESS(ROW(),COLUMN(OFFSET(UnitSales!$B$4,2,MATCH(Summary!$B$2,UnitSales!$B$4:UnitSales!$DA$4,1)))))))
Your help to be able to get this to work on a Summary Sheet is appreciated,
Im trying to get the following formula to work across sheets without any luck.
=SUM(BB5INDIRECT(ADDRESS(ROW(),COLUMN(OFFSET($B$4,2,MATCH(Summary!$B$2,$B$4:$DA$4,1)))))))
This works fine when its located on the same sheet as the data (sheetname is UnitSales)
I want to use it on a Summary Sheet and tried changing the Formula to the below - but it returns an error.
=SUM(UnitSales!BB5INDIRECT(ADDRESS(ROW(),COLUMN(OFFSET(UnitSales!$B$4,2,MATCH(Summary!$B$2,UnitSales!$B$4:UnitSales!$DA$4,1)))))))
Your help to be able to get this to work on a Summary Sheet is appreciated,