= if(isError( 'yourlookupcodehere) , 0 , 'yourlookupcodehere)
> Can I turn the #N/A result from a lookup function to a zero?
>
> Thanks
=IF(ISNA(VLOOKUP(A1,C1:D100,2,FALSE)),0,VLOOKUP(A1,C1:D100,2,FALSE))
Regards,
Alan.
> Can I turn the #N/A result from a lookup function to a zero?
>
> Thanks
> Can I turn the #N/A result from a lookup function to a zero?
>
> Thanks
Gaurav - 16 May 2008 21:10 GMT
=IF(ISNA(your formula),0,your formula)
>> Can I turn the #N/A result from a lookup function to a zero?
>>
>> Thanks