Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Can I turn the #N/A result from a lookup function to a zero?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chase - 20 Oct 2005 20:06 GMT
Can I turn the #N/A result from a lookup function to a zero?

Thanks
Vacation's Over - 20 Oct 2005 20:16 GMT
= if(isError( 'yourlookupcodehere) , 0 , 'yourlookupcodehere)

> Can I turn the #N/A result from a lookup function to a zero?
>
> Thanks
Alan - 20 Oct 2005 20:20 GMT
=IF(ISNA(VLOOKUP(A1,C1:D100,2,FALSE)),0,VLOOKUP(A1,C1:D100,2,FALSE))
Regards,
Alan.
> Can I turn the #N/A result from a lookup function to a zero?
>
> Thanks
mbpoet - 16 May 2008 20:06 GMT
> Can I turn the #N/A result from a lookup function to a zero?
>
> Thanks
Gaurav - 16 May 2008 21:10 GMT
=IF(ISNA(your formula),0,your formula)

>> Can I turn the #N/A result from a lookup function to a zero?
>>
>> Thanks
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.