N
Nicole
I have done a V lookup, which takes an item no. (B:B), looks for it in the
'Sales analysis by items' and returns the value in column 3. Althought if
there is no item no. in the 'sales analysis' workbook then it still returns a
value.
how can i stop this and get it to leave it 0 or blank??
=VLOOKUP(B:B,'Sales Analysis by Items (Annual).txt'!$A$2:$D$222,3)
I asked yesterday and got the answer =IF(ISNA(VLOOKUP),0,(VLOOKUP))
but it wasn't working.
Thanks Nicole
'Sales analysis by items' and returns the value in column 3. Althought if
there is no item no. in the 'sales analysis' workbook then it still returns a
value.
how can i stop this and get it to leave it 0 or blank??
=VLOOKUP(B:B,'Sales Analysis by Items (Annual).txt'!$A$2:$D$222,3)
I asked yesterday and got the answer =IF(ISNA(VLOOKUP),0,(VLOOKUP))
but it wasn't working.
Thanks Nicole