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 / Programming / November 2007

Tip: Looking for answers? Try searching our database.

Vlookup w/ #N/A suppression

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Stephen - 23 Nov 2007 18:39 GMT
Is there a way I can wrap a vlookup in an IF statement to suppress #N/A
errors?  Something like...

=IF(VLOOKUP(X32,weights.xls!Soil1,3,FALSE)LIKE"#N/A,"",VLOOKUP_(X32,weights.xls!Soil1,3,FALSE))
Niek Otten - 23 Nov 2007 18:50 GMT
Hi Stephen,

=IF(ISNA(YourFormula),"",YourFormula)

Signature

Kind regards,

Niek Otten
Microsoft MVP - Excel

| Is there a way I can wrap a vlookup in an IF statement to suppress #N/A
| errors?  Something like...
|
| =IF(VLOOKUP(X32,weights.xls!Soil1,3,FALSE)LIKE"#N/A,"",VLOOKUP_(X32,weights.xls!Soil1,3,FALSE))
Stephen - 23 Nov 2007 19:01 GMT
good show!

thanks!

> Hi Stephen,
>
[quoted text clipped - 4 lines]
> |
> | =IF(VLOOKUP(X32,weights.xls!Soil1,3,FALSE)LIKE"#N/A,"",VLOOKUP_(X32,weights.xls!Soil1,3,FALSE))
 
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.