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 / October 2006

Tip: Looking for answers? Try searching our database.

Vlookup with #N/A

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sverre - 27 Oct 2006 11:54 GMT
How do I write a vlookup that works for n/a

IF(F45=--#N/A;1;0)

Above one does not work

br
sverre
sverre - 27 Oct 2006 12:03 GMT
Sorry, wrong of me....

Below does not work when there is na. Can I correct it?

=IF(--F8="#N/A";1;0)

f8 is by the way a Vlookup that has catched a number.

sverre

> br
> sverre
Niek Otten - 27 Oct 2006 12:07 GMT
Use the ISNA() function to test for #NA

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| Sorry, wrong of me....
|
[quoted text clipped - 8 lines]
| > br
| > sverre
Ron Coderre - 27 Oct 2006 12:13 GMT
Try this:

=IF(ISNA(F8);1;0)
or
=--ISNA(F8)

Does that help?
***********
Regards,
Ron

XL2002, WinXP

> Sorry, wrong of me....
>
[quoted text clipped - 8 lines]
> > br
> > sverre
sverre - 27 Oct 2006 14:55 GMT
Yes
Works fine.
Thanks
Sverre

"Ron Coderre" skrev:

> Try this:
>
[quoted text clipped - 21 lines]
> > > br
> > > sverre
 
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.