Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have the following vba code in Excel 2007 For j = 5 To Range("A5", Range("A5").End(xlDown)).Rows.Count + 4 If IsError(Application.VLookup(Range("A" & j), Range("RASUMMARY"), 2, False)) Then Range("F" & j).Value = 0 Else Range("F" & j).Value = Application.VLookup(Range("A" & j), Range("RASUMMARY"), 2, False) Next j The problem is, if the vlookup doesn't exist (iserror), then the value does not equal zero but shows up as #N/A. I've been beating my head on this one. Any help is appreciated. Thanks Kim |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF(ISERROR problem | Excel Discussion (Misc queries) | |||
iserror problem | Excel Discussion (Misc queries) | |||
IF ISERROR | Excel Discussion (Misc queries) | |||
ISERROR - #NAME? | Excel Worksheet Functions | |||
ISERROR | Excel Programming |