S
Scott Butler
Can anyone help?
I'm using the following function in an effort to stop #N/A
appearing in cells:
=IF(ERROR.TYPE(VLOOKUP(G3,UserDetails,2,FALSE))=7,"",IF
(ISBLANK(G3),"",VLOOKUP(G3,UserDetails,2,FALSE)))
Heres the problem if the first if statment is true, true
is returned and the cell remains blank. However if the
statment is false i.e. no error, #N/A not false is
returned and #N/A displyed in the cell.
I'm using excel 97 SR2
I'm using the following function in an effort to stop #N/A
appearing in cells:
=IF(ERROR.TYPE(VLOOKUP(G3,UserDetails,2,FALSE))=7,"",IF
(ISBLANK(G3),"",VLOOKUP(G3,UserDetails,2,FALSE)))
Heres the problem if the first if statment is true, true
is returned and the cell remains blank. However if the
statment is false i.e. no error, #N/A not false is
returned and #N/A displyed in the cell.
I'm using excel 97 SR2