I have a result of a vlookup which is #N/A I expected this and now want to create an If statement that uses #N/A.
Row Column A Column B
1 8 =if(A1=#N/A,0,1) Result = 1
2 #N/A =if(A1=#N/A,0,1) Result = #N/A
3 16 =if(A1=#N/A,0,1) Result = 1
4 6 =if(A1=#N/A,0,1) Result = 1
5 #N/A =if(A1=#N/A,0,1) Result = #N/A
B2 and B5 should = 0
Kind Regards
Kelley Lewis
Row Column A Column B
1 8 =if(A1=#N/A,0,1) Result = 1
2 #N/A =if(A1=#N/A,0,1) Result = #N/A
3 16 =if(A1=#N/A,0,1) Result = 1
4 6 =if(A1=#N/A,0,1) Result = 1
5 #N/A =if(A1=#N/A,0,1) Result = #N/A
B2 and B5 should = 0
Kind Regards
Kelley Lewis