hi.
how can I make this formula to return to blank instead of #n/a.
"=VLOOKUP(RC[-8],'[case number.xls]Sheet1'!C2:C3,2,0)"
any help is appreciated.
hi.
how can I make this formula to return to blank instead of #n/a.
"=VLOOKUP(RC[-8],'[case number.xls]Sheet1'!C2:C3,2,0)"
any help is appreciated.
![]()
=iferror(VLOOKUP(RC[-8],'[case number.xls]Sheet1'!C2:C3,2,0),"")
running into error when i run in Marco.
When using formulas in vba it should be like that
![]()
=iferror(VLOOKUP(RC[-8],'[case number.xls]Sheet1'!C2:C3,2,0),"""")
Can you post your sample workbook?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks