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

Tip: Looking for answers? Try searching our database.

Lookup Formula Help

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
brian.baker13@googlemail.com - 13 Nov 2007 14:55 GMT
Hi

I have a formula that returns a blank when a zero is in place
=IF(A15>0,VLOOKUP(A15,'New Labour Standards'!$B$6:$C$990,2,FALSE)," ")

I want this also to return blank when a text entry is in place.

Please could you help.

Thanks

Brian
Rick Rothstein (MVP - VB) - 13 Nov 2007 15:32 GMT
> I have a formula that returns a blank when a zero is in place
> =IF(A15>0,VLOOKUP(A15,'New Labour Standards'!$B$6:$C$990,2,FALSE)," ")
>
> I want this also to return blank when a text entry is in place.

I think this will do what you want....

=IF(AND(A15>0,ISNUMBER(A15)),VLOOKUP(A15,$B$6:$C$990,2,FALSE)," ")

Rick

Rate this thread:






 
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.