Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Can someone please help me, i am using vlookup to look at values withing another workbook but is the cell is blank i do not want vlookup to return the value of N/A. I want it to return an empty cell or blank cell Thanks Gordon |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =IF(ISNA(VLOOKUP(A1,[Workbook2.xls]Sheet1!$A:$B,2,FALSE)),"",VLOOKUP(A1,[Workbook2.xls]Sheet1!$A:$B,2,FALSE)) -- CaptainQuattro ------------------------------------------------------------------------ CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763 View this thread: http://www.excelforum.com/showthread...hreadid=528823 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |