nyn04 >
2004-08-04 11:32:48 UTC
I am trying to write a vba code that accomplished the following exce
code,
can anyone help
=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
I have wrriten the following
If WorksheetFunction.IsNA(WorksheetFunction.Lookup(Range("a3")
Range("j1:j5"), Range("l1:l5"))) = True Then ....
but when I run I get an error messege telling that I can not find th
lookup function, I think its due to the fact that the return is N/
since when I put on a cell that has an answear I get a response
--
Message posted from http://www.ExcelForum.com
code,
can anyone help
=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
I have wrriten the following
If WorksheetFunction.IsNA(WorksheetFunction.Lookup(Range("a3")
Range("j1:j5"), Range("l1:l5"))) = True Then ....
but when I run I get an error messege telling that I can not find th
lookup function, I think its due to the fact that the return is N/
since when I put on a cell that has an answear I get a response
--
Message posted from http://www.ExcelForum.com