![]() |
how to get rid of #N/A when not use on vlookup
I have a data set up using vlookup everything works great except if I have a
cell thats blank for the roll shows #N/A, if I put the product code in blank it does what its suppose to do but if left blank it shows #N/A how to get rid of it? I try ( = vlookup(A1=0,"", A1,sheet2!a4: h100,3,false ) but that doesnt work, any help on this? |
how to get rid of #N/A when not use on vlookup
Just what I was looking for
Thanks to "pinmaster" "Curtis" wrote: Thanks a lot that really helped. "pinmaster" wrote: Hi, Try this: =IF(A1="","",VLOOKUP(A1,Sheet2!A4:H100,3,0)) HTH Jean-Guy "Curtis" wrote: I have a data set up using vlookup everything works great except if I have a cell thats blank for the roll shows #N/A, if I put the product code in blank it does what its suppose to do but if left blank it shows #N/A how to get rid of it? I try ( = vlookup(A1=0,"", A1,sheet2!a4: h100,3,false ) but that doesnt work, any help on this? |
All times are GMT +1. The time now is 04:22 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com