Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry about the typo.
Your solution fits like a glove. Glad you were there. You'll make me look like a genius. Thank you... "OssieMac" wrote in message ... I meant to add that your column index number can't be greater than the number of columns in the table array. You have 3 in your example and only 2 columns in the table array. -- Regards, OssieMac "OssieMac" wrote: Hi William, =IF(ISERROR(VLOOKUP(A6,$B$6:$C$30,2,FALSE)),"", VLOOKUP(A6,$B$6:$C$30,2,FALSE)) Note that the table array in vlookup must be absolute with the $ signs. Also the above is one line even though it may appear as 2 lines in this post. -- Regards, OssieMac "William Beard" wrote: If VLOOKUP(A6,B6:C30,3,FALSE) returns #N/A (error value), can I convert that #N/A into a blank cell? If so, how do I do it? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using Vlookup then interpolate,return corresponding value, if not, return other value | Excel Worksheet Functions | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup #N/A return value | Excel Worksheet Functions | |||
Vlookup - return row no. instead of value | Excel Discussion (Misc queries) | |||
VBA Syntax for VLOOKUP to return array of return values | Excel Programming |