Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How can I make this work? Function LookupV(Lookup_Value, Table_Array As Range, Col_Index_Num, Range_value, Error_Msg) LookupV = Application.WorksheetFunction.VLookup(Lookup_Value , Table_Array, Col_Index, Range_value) If (IsError(LookupV) And Not IsEmpty(Error_Msg)) Then LookupV = Error_Msg End Function It's my first attempt to make a Function. Ola |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If (Vlookup 0) working, but what if Vlookup cell does not exist | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
LookupV | Excel Worksheet Functions |