I have used the following Vlookup formula to lookup an old acount number in col A and to give me the new account number. It gives me a zero
=IF(ISNA(VLOOKUP(A3,'[M_NECPE 1011.xls]TB CONSOLIDATION'!$F:$G,2,FALSE)),0,VLOOKUP(A3,'[M_NECPE 1011.xls]TB CONSOLIDATION'!$F:$G,2,FALSE))
However, it I put a ' in front of the number, the formula then gives me the correct result i.e the new acc # equivalent which is looked up from another workbook
I would like to amend the formula so that I do not have to put an ' in from of every account number in Col A
Your assistance in this regard will be most appreciated
=IF(ISNA(VLOOKUP(A3,'[M_NECPE 1011.xls]TB CONSOLIDATION'!$F:$G,2,FALSE)),0,VLOOKUP(A3,'[M_NECPE 1011.xls]TB CONSOLIDATION'!$F:$G,2,FALSE))
However, it I put a ' in front of the number, the formula then gives me the correct result i.e the new acc # equivalent which is looked up from another workbook
I would like to amend the formula so that I do not have to put an ' in from of every account number in Col A
Your assistance in this regard will be most appreciated