S
S. H. Drew
I am trying to create an "IF" formula that will return a value of zero if a
VBLOOKUP formula returns "#N/A". I cannot get the IF function to recognize
when "#N/A" is what's returned by the lookup formula. Below is if the
formula I am trying to make work, with no success thus far. Anyone know how
to get an IF function to recognize when a lookup formula returns "#N/A"?
=IF((VLOOKUP(A3,'H:\Marketing\Sales Planning\Excel\2004 Monthly\[Unshipped
order by part #.xls]Jane''s CS, GB, SC
Dom'!$A$2:$B$41,2,FALSE))="#N/A",0,(VLOOKUP(A3,'H:\Marketing\Sales
Planning\Excel\2004 Monthly\[Unshipped order by part #.xls]Jane''s CS, GB, SC
Dom'!$A$2:$B$41,2,FALSE)))
VBLOOKUP formula returns "#N/A". I cannot get the IF function to recognize
when "#N/A" is what's returned by the lookup formula. Below is if the
formula I am trying to make work, with no success thus far. Anyone know how
to get an IF function to recognize when a lookup formula returns "#N/A"?
=IF((VLOOKUP(A3,'H:\Marketing\Sales Planning\Excel\2004 Monthly\[Unshipped
order by part #.xls]Jane''s CS, GB, SC
Dom'!$A$2:$B$41,2,FALSE))="#N/A",0,(VLOOKUP(A3,'H:\Marketing\Sales
Planning\Excel\2004 Monthly\[Unshipped order by part #.xls]Jane''s CS, GB, SC
Dom'!$A$2:$B$41,2,FALSE)))