Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Perhaps someone can shed more light on this, but I ascertained that
the problem was with a dynamic range that works in Excel 2003 but not in Excel 2007. The formula looks like this: =OFFSET(INDIRECT(ADDRESS(1, 1, , , "DataDaily")), 0, 0, COUNTA(INDIRECT("DataDaily!" & ADDRESS(1, 1) & ":" & ADDRESS(65536, 1))), COUNTA(INDIRECT("DataDaily!" & ADDRESS(1, 1) & ":" & ADDRESS(1, 256)))) Which I've changed to: =OFFSET(DataDaily!$A$1, 0, 0, COUNTA(DataDaily!$A:$A), COUNTA (DataDaily!$1:$1)) The reason for the original formula was to avoid issues when the range was deleted. Obviously the second formula is simpler, and I'll have to workaround deletion issues. Anyway, if anyone has anything to add, it'd be good to understand why this isn't working in XL07. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007: "Reference is not valid" when refreshing pivot table | Excel Discussion (Misc queries) | |||
what does "data source reference is not valid' in Pivot table | New Users to Excel | |||
Pivot Table "Data source reference is not valid" error cause? | Excel Discussion (Misc queries) | |||
Pivot Table - Error "Reference Is Not Valid" | Excel Discussion (Misc queries) | |||
OfficeXP "Cannot open pivot table source file" when refreshing pivot table | Excel Programming |