Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / May 2008

Tip: Looking for answers? Try searching our database.

Error is #VALUE!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Shakeel - 31 May 2008 05:29 GMT
Hello all
My problem is I have simple formula in column B, "=I4-Q4", but I got #VALUE!
error, Column I have value enter by self, but Column Q have Vlookup formula
i.e. "=IF(O4="","",VLOOKUP(O4,Stock,29,FALSE))"
Simple I need result in Column B "I4-Q4" if Q4 is blank then I4 value in
Column B

Thanks
boblarson - 31 May 2008 06:48 GMT
I think you should post this to an Excel Newsgroup.  This is for Microsoft
Access, the database program.

But, since I think I know the answer -

Instead of "=I4-Q4" for Column B, you should use

=IF(Q4<>"",I4-Q4,I4)

Signature

Bob Larson
Access World Forums Administrator

Tutorials at http://www.btabdevelopment.com

__________________________________

> Hello all
> My problem is I have simple formula in column B, "=I4-Q4", but I got #VALUE!
[quoted text clipped - 4 lines]
>
> Thanks
isikawa - 31 May 2008 10:08 GMT
sayounara!!
 
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.