ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   vlookup error (https://www.excelbanter.com/excel-worksheet-functions/67452-vlookup-error.html)

Jim

vlookup error
 
Hello,

Using vlookup and when referencing a blank cell I am receiving a €˜0 I have
tried using

=IF(ISERROR(VLOOKUP(F15,Input!$1:$65536,N15,FALSE) ),"
",VLOOKUP(F15,Input!$1:$65536,N15,FALSE)) however I am still receiving a 0.

Any thoughts


daddylonglegs

vlookup error
 

You could use something like

=IF(VLOOKUP(F15,Input!$1:$65536,N15,0)<"",VLOOKUP (F15,Input!$1:$65536,N15,0),"")

although that will still give #N/A! if F15 doesn't exist in the lookup
range


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=505087



All times are GMT +1. The time now is 02:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com