Hi,
I have a fairy large workbook with about 20 sheets containing data + formulas and a "master" sheet to suck out total qty's from all the other sheets. I'm having problems with a =IF(ISNA(VLOOKUP formula that is on this master page (probably already in over 1000 cells) I was previously using a older version and now running 2007 opening the workbook in compatability mode.
Here is the example of the formula working from the older version
=IF(ISNA(VLOOKUP($A8,Aleksandar!$A$6:$C$304,3,0)),"",VLOOKUP($A8,Aleksandar!$A$6:$C$304,3,0))
And here is the same formula im having problems with the only difference is its looking up from a different sheet and different range of cells
=IF(ISNA(VLOOKUP($A8,Angwin!$A$1:$R$37,3,0)),"",VLOOKUP(A8,Angwin!$A$1:$R$37,3,0))
The original formula is showing 0's from the other sheets and blank cells and the new formula is showing 0's from the other sheets as 0's!!!!
Is there some setting i need to change in 2007 or am i missing somthing?
Your reply is much appriciated.
I have a fairy large workbook with about 20 sheets containing data + formulas and a "master" sheet to suck out total qty's from all the other sheets. I'm having problems with a =IF(ISNA(VLOOKUP formula that is on this master page (probably already in over 1000 cells) I was previously using a older version and now running 2007 opening the workbook in compatability mode.
Here is the example of the formula working from the older version
=IF(ISNA(VLOOKUP($A8,Aleksandar!$A$6:$C$304,3,0)),"",VLOOKUP($A8,Aleksandar!$A$6:$C$304,3,0))
And here is the same formula im having problems with the only difference is its looking up from a different sheet and different range of cells
=IF(ISNA(VLOOKUP($A8,Angwin!$A$1:$R$37,3,0)),"",VLOOKUP(A8,Angwin!$A$1:$R$37,3,0))
The original formula is showing 0's from the other sheets and blank cells and the new formula is showing 0's from the other sheets as 0's!!!!
Is there some setting i need to change in 2007 or am i missing somthing?
Your reply is much appriciated.