Hi
I have a spreadsheet which I built in Excel 2007 but saved in 2003 format.
Had to do this as some users who receive it still only have 2003 (believe it or not).
When opening the file in 2007 in Compatibility mode the formulas all work fine.
However, I have found if you open in Excel 2010 that some formulas don't work.
If I open the file in 2007 in Compatibility mode and save it as a 2007 xlsx file,
then open it in 2007 I get exactly the same incorrect result for the formulas
as I am getting when I open the 2003 version in 2010. So I am guessing that the formula
I am using doesn't work in 2007 and isn't supported by the 2010 compatibility mode.
Tried finding some information on what changes were made but it isn't that easy!
Here is an example of a formula that no longer works:
=IF($B11="","",IF(ISERROR(VLOOKUP($E$4&" "&$B11,'Ref Pivot'!$A$116:FL$9992,MATCH($E$5,'Ref Pivot'!$4:$4,0),FALSE)),0,VLOOKUP($E$4&" "&$B11,'Ref Pivot'!$A$116:FL$9992,MATCH($E$5,'Ref Pivot'!$4:$4,0),FALSE)))
Any ideas what the problem with this is?
Many Thanks
I have a spreadsheet which I built in Excel 2007 but saved in 2003 format.
Had to do this as some users who receive it still only have 2003 (believe it or not).
When opening the file in 2007 in Compatibility mode the formulas all work fine.
However, I have found if you open in Excel 2010 that some formulas don't work.
If I open the file in 2007 in Compatibility mode and save it as a 2007 xlsx file,
then open it in 2007 I get exactly the same incorrect result for the formulas
as I am getting when I open the 2003 version in 2010. So I am guessing that the formula
I am using doesn't work in 2007 and isn't supported by the 2010 compatibility mode.
Tried finding some information on what changes were made but it isn't that easy!
Here is an example of a formula that no longer works:
=IF($B11="","",IF(ISERROR(VLOOKUP($E$4&" "&$B11,'Ref Pivot'!$A$116:FL$9992,MATCH($E$5,'Ref Pivot'!$4:$4,0),FALSE)),0,VLOOKUP($E$4&" "&$B11,'Ref Pivot'!$A$116:FL$9992,MATCH($E$5,'Ref Pivot'!$4:$4,0),FALSE)))
Any ideas what the problem with this is?
Many Thanks