I use the formulas "vlookup" and "hlookup" with the parameter "false".
When there is the value #N/A, I would like that it is replaced by
other string of character.
For to make it, I have used the conditional "if" with the following
way:
"if(vlookup(*,*,*,false)="#N/A","...","...")".
It dosen't work. It still displays "#N/A".
Does anyone know how to make?