![]() |
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 |
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