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 / New Users / February 2007

Tip: Looking for answers? Try searching our database.

Avoiding returning a 0 when no data in cell

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steve - 05 Feb 2007 21:50 GMT
I have worked out the formula I need to use (with help from someone
from this group).

However how do I stop it returning a 0 when no data is present in the
cell?

My formula:

=VLOOKUP($G37,Staffing!$C:$AL,36,FALSE)

Many thanks

Steve
Dave Peterson - 05 Feb 2007 22:10 GMT
=if(vlookup(...)="","",vlookup(...))

You may want to suppress the #n/a error, too:

=if(iserror(vlookup(...)),"",if(vlookup(...)="","",vlookup(...)))

> I have worked out the formula I need to use (with help from someone
> from this group).
[quoted text clipped - 9 lines]
>
> Steve

Signature

Dave Peterson

 
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.